diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/krnkeni.bvr | 1 | ||||
-rw-r--r-- | test/tape-test.bvr | 35 | ||||
-rw-r--r-- | test/tape-test.c | 2 |
3 files changed, 4 insertions, 34 deletions
diff --git a/test/krnkeni.bvr b/test/krnkeni.bvr new file mode 100644 index 0000000..8c911a9 --- /dev/null +++ b/test/krnkeni.bvr @@ -0,0 +1 @@ +krnkeni file inclusion complete diff --git a/test/tape-test.bvr b/test/tape-test.bvr index 90a2b2b..2c57f30 100644 --- a/test/tape-test.bvr +++ b/test/tape-test.bvr @@ -1,34 +1,3 @@ -# <@?s 123 123@> -# <@?g 123@> -# <@?b@> -# test navadne datoteke brez ukazov <@?i assets/content/global.bvr @> -# <@?i krneski @> -<@?g post_slug @> -# <@?g bvr_include_path @> -# <@?i tape-test-to-includes @> -# <@?g included_variable @> -# <@?s abc 1232@> -# <@?g abc@> -# <@?m abc bbc@> -# <@?g abc@> -# <@?g bbc@> -# hello? -# <@?g abc@> -# <@?s abc 123@> -# <@?g abc@> -# <@?g abc@> -# <@?s ab 12@> -# <@?g ab@> -# <@?g ab@> -# <@?s temp Ime mi je Anton Luka@> -# <@?g temp@> -# to je komentar in se ne rendera -# <@?1 post_author@> -# <@?2 image_caption This is an example image.@> -# <@?3 sexample.jpg@> -# <@#?4 image@> -# <@?5 image@> -# <@?6 image@> -# <@?7 image@> -# in tako so srečno živeli do konca svojih dni! +<@?s testing krnkeni@> +<@?i ?g testing@> diff --git a/test/tape-test.c b/test/tape-test.c index fc1b2e5..7d0f7df 100644 --- a/test/tape-test.c +++ b/test/tape-test.c @@ -3,7 +3,7 @@ #include <tape.c> extern int main(int argc, char* argv[]) { if(argc != 3) { - printf("usage: %s source-file file-with-commands-replaced-with-a's\n", argv[0]); + printf("usage: %s source-file destination-file\n", argv[0]); return 1; } // bvr_var_set("abc", "1234"); |