assignment test
This commit is contained in:
parent
84f3420369
commit
cd7a4b748e
|
@ -29,6 +29,7 @@ describe("MathJs parse", () => {
|
|||
describe("variables", () => {
|
||||
testParse("x = 1", "x = 1")
|
||||
skipTestParse("x", "???")
|
||||
skipTestParse("x = 1; x", "???")
|
||||
})
|
||||
|
||||
describe("functions", () => {
|
||||
|
|
Loading…
Reference in New Issue
Block a user