Skip to content

Commit a95fbe5

Browse files
committed
fix: bindu: apply-yarn: report: iko yaṇaci
1 parent 9d43ede commit a95fbe5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/sandhi/apply-yan/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const SVARA = [
2222
'o',
2323
];
2424

25-
export const report = () => `acvaṅgā ya va ra la`;
25+
export const report = () => `iko yaṇaci`;
2626

2727
export const fix = ({path, next, name, nextName, yan}) => {
2828
path.node.name = `${name.slice(0, -1)}${yan}${nextName}`;

lib/sandhi/apply-yan/index.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const test = createTest(import.meta.url, {
88
});
99

1010
test('lib: apply-yan: report', (t) => {
11-
t.report('apply-yan', `acvaṅgā ya va ra la`);
11+
t.report('apply-yan', `iko yaṇaci`);
1212
t.end();
1313
});
1414

test/bindu.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ test('bindu: places', (t) => {
88
});
99

1010
const expected = [{
11-
message: 'acvaṅgā ya va ra la',
11+
message: 'iko yaṇaci',
1212
position: {
1313
column: 0,
1414
line: 1,

0 commit comments

Comments
 (0)