mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-16 18:35:02 +01:00
add more tests
This commit is contained in:
parent
61fa5434f9
commit
386ed99810
24 changed files with 61 additions and 31 deletions
|
|
@ -23,3 +23,21 @@ test();
|
|||
print "correct2";
|
||||
"#
|
||||
);
|
||||
|
||||
run_test!(
|
||||
multiple_calls,
|
||||
r#"
|
||||
fn test1() {
|
||||
print "correct1";
|
||||
}
|
||||
|
||||
fn test2() {
|
||||
print "correct2";
|
||||
}
|
||||
|
||||
test1();
|
||||
test2();
|
||||
|
||||
print "correct3";
|
||||
"#
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue