init
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
LookRoot $testlookroot
|
||||
DefaultScheme scheme
|
||||
DefaultLanguage en
|
||||
|
||||
AllowOldSyntax 0
|
||||
AllowCode 1
|
||||
AllowTemplateCode 1
|
||||
|
||||
|
||||
Executable
+1
@@ -0,0 +1 @@
|
||||
<? Some stuff
|
||||
+1
@@ -0,0 +1 @@
|
||||
<? Some stuff
|
||||
Executable
+2
@@ -0,0 +1,2 @@
|
||||
Tag vs Tga:
|
||||
<?tag Foo tga?>
|
||||
Executable
+2
@@ -0,0 +1,2 @@
|
||||
Tag vs Tga:
|
||||
[Error: <b>BML block 'TAG' has no close</b>]
|
||||
Executable
+7
@@ -0,0 +1,7 @@
|
||||
<?tag
|
||||
|
||||
Some stuff
|
||||
|
||||
|
||||
?>
|
||||
|
||||
Executable
+1
@@ -0,0 +1 @@
|
||||
[Error: <b>BML block 'TAG' has no close</b>]
|
||||
Executable
+2
@@ -0,0 +1,2 @@
|
||||
tag=>{D}[Tag: %%DATA%%]
|
||||
|
||||
Executable
+12
@@ -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 ?>
|
||||
|
||||
Executable
+11
@@ -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>]
|
||||
Reference in New Issue
Block a user