summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAnton L. Šijanec <sijanecantonluka@gmail.com>2020-05-15 14:33:43 +0200
committerAnton L. Šijanec <sijanecantonluka@gmail.com>2020-05-15 14:33:43 +0200
commit8e6dea6ac1efe566387e0a6fc113a5f8d95af231 (patch)
tree17424d98487426689171963e29411e812d52b00b /test
parentjsbundle alphabetical order (diff)
downloadbverbose-8e6dea6ac1efe566387e0a6fc113a5f8d95af231.tar
bverbose-8e6dea6ac1efe566387e0a6fc113a5f8d95af231.tar.gz
bverbose-8e6dea6ac1efe566387e0a6fc113a5f8d95af231.tar.bz2
bverbose-8e6dea6ac1efe566387e0a6fc113a5f8d95af231.tar.lz
bverbose-8e6dea6ac1efe566387e0a6fc113a5f8d95af231.tar.xz
bverbose-8e6dea6ac1efe566387e0a6fc113a5f8d95af231.tar.zst
bverbose-8e6dea6ac1efe566387e0a6fc113a5f8d95af231.zip
Diffstat (limited to 'test')
-rw-r--r--test/krnkeni.bvr1
-rw-r--r--test/tape-test.bvr35
-rw-r--r--test/tape-test.c2
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");