mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-16 10:25:02 +01:00
if
This commit is contained in:
parent
88a3a585e7
commit
4e30201be4
11 changed files with 222 additions and 20 deletions
7
tests/snapshots/control_flow__if_else.snap
Normal file
7
tests/snapshots/control_flow__if_else.snap
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
source: tests/control_flow.rs
|
||||
assertion_line: 17
|
||||
expression: output
|
||||
|
||||
---
|
||||
"true!\ntrue!\n"
|
||||
7
tests/snapshots/control_flow__if_else_if.snap
Normal file
7
tests/snapshots/control_flow__if_else_if.snap
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
source: tests/control_flow.rs
|
||||
assertion_line: 34
|
||||
expression: output
|
||||
|
||||
---
|
||||
"true!\ntrue!\n"
|
||||
7
tests/snapshots/control_flow__single_if.snap
Normal file
7
tests/snapshots/control_flow__single_if.snap
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
source: tests/control_flow.rs
|
||||
assertion_line: 4
|
||||
expression: output
|
||||
|
||||
---
|
||||
"true!\n"
|
||||
Loading…
Add table
Add a link
Reference in a new issue