Skip to content

Commit efda38b

Browse files
committed
cs
1 parent b7e126a commit efda38b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/latte-processor.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ describe('Latte Processor', () => {
8787
});
8888

8989
it('should handle expressions and variables with content', () => {
90-
const input = '{$user.name} {=expr + 1} {_"Hello world"} {Foo\Bar::Const}';
90+
const input = '{$user.name} {=expr + 1} {_"Hello world"} {Foo\\Bar::Const}';
9191
const result = latteProcessor.preprocess(input, 'test.latte');
9292

9393
// Should be replaced with empty string since they start with $, =, _

0 commit comments

Comments
 (0)