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
bml/test/info/_config.bml Executable file
View 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
View File

@@ -0,0 +1,9 @@
<?_info
localblocks<=
bracketed=>[ %%DATA%% ]
braced=>{ %%DATA%% }
grouped=>( %%DATA%% )
<=localblocks
_info?>
<?bracketed <?braced <?bracketed <?grouped fish grouped?> bracketed?> braced?> bracketed?>

View File

@@ -0,0 +1,3 @@
[ { [ ( fish ) ] } ]

9
bml/test/info/package.bml Executable file
View 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
View File

@@ -0,0 +1,2 @@

0
bml/test/info/scheme.look Executable file
View File