mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-30 04:44:44 +00:00
Update parse_test.rs
This commit is contained in:
parent
ec0899ff91
commit
14ac85ebf9
1 changed files with 5 additions and 0 deletions
|
@ -37,6 +37,11 @@ fn parse_stack() -> Result<(), ParserRunnerErrors> {
|
|||
expect_failure("tests/stack.er")
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn parse_stream() -> Result<(), ParserRunnerErrors> {
|
||||
expect_success("tests/stream.er")
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn parse_test1_basic_syntax() -> Result<(), ParserRunnerErrors> {
|
||||
expect_success("tests/test1_basic_syntax.er")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue