diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-12-26 17:32:10 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-12-26 17:32:10 -0500 |
| commit | 38b3b7b181905db5b15b9df77934137414de6061 (patch) | |
| tree | 32e01d9d8ef34e7a973e21f5329bf6e7ac34343b /test | |
| parent | acd3f2d39edb2cc306632a19a1eb4b7b0ba02836 (diff) | |
Add lang test for indexing
Diffstat (limited to 'test')
| -rw-r--r-- | test/lang.tm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/lang.tm b/test/lang.tm index 509071a4..451ec480 100644 --- a/test/lang.tm +++ b/test/lang.tm @@ -21,6 +21,9 @@ func main(): >> HTML.HEADER = $HTML"<!DOCTYPE HTML>" + >> HTML.HEADER[1] + = $HTML"<" + >> HTML.HEADER.text_content = "<!DOCTYPE HTML>" |
