Files
pugz/tests/sample_data/pug/examples/whitespace.pug

11 lines
126 B
Plaintext
Raw Normal View History

2026-01-24 23:53:19 +05:30
- var js = '<script></script>'
doctype html
html
head
title= "Some " + "JavaScript"
!= js
body