This commit is contained in:
2019-02-06 00:49:12 +03:00
commit 8dbb1bb605
4796 changed files with 506072 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
LookRoot $testlookroot
DefaultScheme scheme
DefaultLanguage en
AllowOldSyntax 0
AllowCode 1
AllowTemplateCode 1

View File

@@ -0,0 +1 @@
<? Some stuff

View File

@@ -0,0 +1 @@
<? Some stuff

View File

@@ -0,0 +1,2 @@
Tag vs Tga:
<?tag Foo tga?>

View File

@@ -0,0 +1,2 @@
Tag vs Tga:
[Error: <b>BML block 'TAG' has no close</b>]

View File

@@ -0,0 +1,7 @@
<?tag
Some stuff
?>

View File

@@ -0,0 +1 @@
[Error: <b>BML block 'TAG' has no close</b>]

View File

@@ -0,0 +1,2 @@
tag=>{D}[Tag: %%DATA%%]

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 ?>

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>]