diff options
author | Kevin Chabowski <kevin@kch42.de> | 2013-10-25 21:10:32 +0200 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2013-10-25 21:10:32 +0200 |
commit | 6dc747c097e096075b4726eb4aebf1ce0ed71276 (patch) | |
tree | 83725a6b18429da79f13ddc732d2b172310c155e /tests/test_short | |
parent | c3a72422e2b9754b60467387fd3cb660e0979e18 (diff) | |
download | ste-6dc747c097e096075b4726eb4aebf1ce0ed71276.tar.gz ste-6dc747c097e096075b4726eb4aebf1ce0ed71276.tar.bz2 ste-6dc747c097e096075b4726eb4aebf1ce0ed71276.zip |
short cmp tags can now contain tags.
To accomplish this, tag parameters can now be compiled, even if they
contain tags (the parser still doesn't allow this, but the compiler can now handle
this situation).
Also reformatted the code.
Diffstat (limited to 'tests/test_short')
-rw-r--r-- | tests/test_short/comment | 1 | ||||
-rw-r--r-- | tests/test_short/want | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_short/comment b/tests/test_short/comment deleted file mode 100644 index 12d7494..0000000 --- a/tests/test_short/comment +++ /dev/null @@ -1 +0,0 @@ -This currently does not work, since the compiler does not allow tags in tag parameters. diff --git a/tests/test_short/want b/tests/test_short/want index a0aba93..d86bac9 100644 --- a/tests/test_short/want +++ b/tests/test_short/want @@ -1 +1 @@ -OK
\ No newline at end of file +OK |