init
This commit is contained in:
9
bml/test/info/_config.bml
Executable file
9
bml/test/info/_config.bml
Executable file
@@ -0,0 +1,9 @@
|
||||
LookRoot $testlookroot
|
||||
DefaultScheme scheme
|
||||
DefaultLanguage en
|
||||
|
||||
AllowOldSyntax 0
|
||||
AllowCode 1
|
||||
AllowTemplateCode 1
|
||||
|
||||
|
||||
9
bml/test/info/localblocks.bml
Executable file
9
bml/test/info/localblocks.bml
Executable file
@@ -0,0 +1,9 @@
|
||||
<?_info
|
||||
localblocks<=
|
||||
bracketed=>[ %%DATA%% ]
|
||||
braced=>{ %%DATA%% }
|
||||
grouped=>( %%DATA%% )
|
||||
<=localblocks
|
||||
_info?>
|
||||
|
||||
<?bracketed <?braced <?bracketed <?grouped fish grouped?> bracketed?> braced?> bracketed?>
|
||||
3
bml/test/info/localblocks.correct
Executable file
3
bml/test/info/localblocks.correct
Executable file
@@ -0,0 +1,3 @@
|
||||
|
||||
|
||||
[ { [ ( fish ) ] } ]
|
||||
9
bml/test/info/package.bml
Executable file
9
bml/test/info/package.bml
Executable file
@@ -0,0 +1,9 @@
|
||||
<?_c
|
||||
|
||||
What the hell does package do?
|
||||
|
||||
_c?>
|
||||
<?_info
|
||||
package=>Foo
|
||||
_info?>
|
||||
|
||||
2
bml/test/info/package.correct
Executable file
2
bml/test/info/package.correct
Executable file
@@ -0,0 +1,2 @@
|
||||
|
||||
|
||||
0
bml/test/info/scheme.look
Executable file
0
bml/test/info/scheme.look
Executable file
Reference in New Issue
Block a user