We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7e126a commit efda38bCopy full SHA for efda38b
tests/latte-processor.test.js
@@ -87,7 +87,7 @@ describe('Latte Processor', () => {
87
});
88
89
it('should handle expressions and variables with content', () => {
90
- const input = '{$user.name} {=expr + 1} {_"Hello world"} {Foo\Bar::Const}';
+ const input = '{$user.name} {=expr + 1} {_"Hello world"} {Foo\\Bar::Const}';
91
const result = latteProcessor.preprocess(input, 'test.latte');
92
93
// Should be replaced with empty string since they start with $, =, _
0 commit comments