DEBSOURCES
Skip Quicknav
sources / libnb-platform18-java / 12.1-3 / webcommon / javascript2.jade / test / unit / data / testfiles / lexer / mixin01.jade
12345678
- var test = "ahoj" mixin pet(name, color) li.pet= name + color ul +pet(test, "black") dobry den +pet('dog', "white") +pet('pig', "test")