This website requires JavaScript.
Explore
Help
Sign In
idris-lang
/
Idris2
Watch
1
Star
1
Fork
0
You've already forked Idris2
mirror of
https://github.com/idris-lang/Idris2.git
synced
2024-12-26 13:11:30 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
2bde9104e0
Idris2
/
tests
/
idris2
/
interpolation001
/
run
4 lines
64 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add testing utilities script
2023-08-29 13:47:42 +03:00
. ../../testutils.sh
Fix #1767 The `if then else` syntax expects a block for the `then` and `else` parts. Before this patch, the token `InterpEnd` was not a valid follow up token to end a block. This adds `InterpEnd` as a closing token for blocks, allowing `if then else` in interpolation slices without additional parens.
2021-07-21 21:56:59 +03:00
Add testing utilities script
2023-08-29 13:47:42 +03:00
check --alt-error-count 10 IfThenElse.idr
Reference in New Issue
Copy Permalink