Files
pugz/src/examples/demo/views/index.pug
Ankit Patial 05bbad64a4 Fix expression concatenation in attribute values
- Lexer now emits a single token for the entire expression (e.g., "btn btn-" + type)
- Runtime evaluateExpression now handles + operator for string concatenation
- Added findConcatOperator to safely find operators outside quotes/brackets
2026-01-18 00:05:16 +05:30

10 lines
126 B
Plaintext

doctype html
html
head
title hello
body
p some thing
| ballah
| ballah
+btn("click me ", "secondary")