mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-09-24 00:32:12 +00:00
Add sample Mathematica test files.
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
Test[1 + 2, 3, TestID -> "One plus two"]
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
Test[1"a" <> "b", "ab", TestID -> "Concat \"a\" and \"b\""]
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
TestSuite[
|
||||||
|
{ "TestArithmetic.mt"
|
||||||
|
, "TestString.mt"
|
||||||
|
}
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user