Add string concatenation test
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 18 Apr 2013 14:07:02 +0000 (10:07 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 18 Apr 2013 14:07:02 +0000 (10:07 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
tests/pass/string-concat/metadata [new file with mode: 0644]

diff --git a/tests/pass/string-concat/metadata b/tests/pass/string-concat/metadata
new file mode 100644 (file)
index 0000000..d4440b8
--- /dev/null
@@ -0,0 +1,5 @@
+/* CTF 1.8 */
+
+trace {
+       test = "abc" "def";
+};
This page took 0.023854 seconds and 4 git commands to generate.