Skip to content
GitLab
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
f731f81e
Commit
f731f81e
authored
Apr 04, 2016
by
Laszlo Domoszlai
Browse files
adjust expected results
parent
01ab7543
Changes
3
Hide whitespace changes
Inline
Side-by-side
tests/Adjoxo.exp
View file @
f731f81e
[D]
\ No newline at end of file
['D']
\ No newline at end of file
tests/string_select.exp
View file @
f731f81e
[o]
\ No newline at end of file
['o']
\ No newline at end of file
tests/string_update.sapl
View file @
f731f81e
main = string.Start
string.Start = <{StdString.:=}> (<{StdString.:=}> string.str (_Tuple2 0 'h')) (_Tuple2 6 'w')
string.str = "Hello World!"
<{StdString.:=}> !s_0 !_x_1 = case _x_1 (_Tuple2 i_10 c_11 -> string_update s_0 i_10 c_11)
<{StdString.:=}> !s_0 !_x_1 = case _x_1 (_Tuple2 i_10 c_11 -> string_update
_copy
s_0 i_10 c_11)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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