Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-and-itasks
sapl-interpreter
Commits
2473fe68
Commit
2473fe68
authored
Mar 14, 2016
by
Laszlo Domoszlai
Browse files
add testcase
parent
f9d21335
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/real.exp
0 → 100644
View file @
2473fe68
[real.Span [65]]
\ No newline at end of file
tests/real.sapl
0 → 100644
View file @
2473fe68
main = real.Start
real.Start = real.op real.sp (real.Span 23.0) (real.Span 42.0)
:: real.Span = real.Span a1::D
real.sp !_x_0 !_x_1 = select _x_0 (real.Span a_1_0 -> select _x_1 (real.Span b_2_0 -> real.Span (addR a_1_0 b_2_0)) )
real.op !f_0 v1_1 v2_2 = f_0 v1_1 v2_2
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment