pixsy/node_modules/pug-lexer/test/cases/scripts.pug

8 lines
76 B
Plaintext

script.
if (foo) {
bar();
}
script!= 'foo()'
script foo()
script
div