mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-04-11 03:00:13 -04:00
added some execution test
This commit is contained in:
11
test/fixtures/execution/fancy_if_statement.cs
vendored
Normal file
11
test/fixtures/execution/fancy_if_statement.cs
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
a: b: d: true
|
||||
c: false
|
||||
|
||||
result: if a
|
||||
if b
|
||||
if c then false
|
||||
else
|
||||
if d
|
||||
true....
|
||||
|
||||
print(result)
|
||||
Reference in New Issue
Block a user