Skip to content

Commit 85d2483

Browse files
committed
fix win ci
1 parent 330ee3d commit 85d2483

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/algebra-transformer-1-1/test/algebra.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ describe('algebra output', () => {
3535
return;
3636
}
3737
it(`${name}${blankToVariable ? ' (no blanks)' : ''}`, ({ expect }) => {
38-
const query = fs.readFileSync(fullTestPath, 'utf8');
38+
const query = fs.readFileSync(fullTestPath, 'utf8').replaceAll(/\r?\n/gu, '\n');
3939
const ast = parser.parse(query);
4040
const algebra = LibUtil.objectify(
4141
translate(ast, {

0 commit comments

Comments
 (0)