add whole test files from Core Test Suit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
;; Test tokenization
|
||||
|
||||
(assert_malformed
|
||||
(module quote "(func (drop (i32.const0)))")
|
||||
"unknown operator"
|
||||
)
|
||||
(assert_malformed
|
||||
(module quote "(func br 0drop)")
|
||||
"unknown operator"
|
||||
)
|
||||
Reference in New Issue
Block a user