This commit is contained in:
2019-02-06 00:49:12 +03:00
commit 8dbb1bb605
4796 changed files with 506072 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
LookRoot $testlookroot
DefaultScheme scheme
DefaultLanguage en
AllowOldSyntax 0
AllowCode 1
AllowTemplateCode 1
+1
View File
@@ -0,0 +1 @@
<? Some stuff
+1
View File
@@ -0,0 +1 @@
<? Some stuff
+2
View File
@@ -0,0 +1,2 @@
Tag vs Tga:
<?tag Foo tga?>
+2
View File
@@ -0,0 +1,2 @@
Tag vs Tga:
[Error: <b>BML block 'TAG' has no close</b>]
+7
View File
@@ -0,0 +1,7 @@
<?tag
Some stuff
?>
+1
View File
@@ -0,0 +1 @@
[Error: <b>BML block 'TAG' has no close</b>]
+2
View File
@@ -0,0 +1,2 @@
tag=>{D}[Tag: %%DATA%%]
+12
View File
@@ -0,0 +1,12 @@
Tag with spurious space:
<?tag Foo t ag?>
Tag with leading padding:
<? tag Foo tag?>
Tag with padding on both sides:
<? tag Foo tag ?>
Tag with trailing padding:
<?tag Foo tag ?>
+11
View File
@@ -0,0 +1,11 @@
Tag with spurious space:
[Tag: Foo t ag?>
Tag with leading padding:
<? tag Foo]
Tag with padding on both sides:
<? tag Foo tag ?>
Tag with trailing padding:
[Error: <b>BML block 'TAG' has no close</b>]