From aa2e3000cd79c19f08b1eb62ca4dc413d857df5f Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Wed, 16 Dec 2015 14:00:48 -0500 Subject: [PATCH] Remove copypasta artifact. --- samples/Mathematica/TestString.mt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/Mathematica/TestString.mt b/samples/Mathematica/TestString.mt index c0d61036..20539407 100644 --- a/samples/Mathematica/TestString.mt +++ b/samples/Mathematica/TestString.mt @@ -1 +1 @@ -Test[1"a" <> "b", "ab", TestID -> "Concat \"a\" and \"b\""] +Test["a" <> "b", "ab", TestID -> "Concat \"a\" and \"b\""]