Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
clean-and-itasks
iTasks-SDK
Commits
499a0e7b
Commit
499a0e7b
authored
Apr 05, 2019
by
Bas Lijnse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed missing migration from interact to interactR.
parent
7e74331a
Pipeline
#20711
passed with stage
in 4 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Tests/Unit/iTasks/WF/Tasks/Core/UnitTests.icl
Tests/Unit/iTasks/WF/Tasks/Core/UnitTests.icl
+1
-1
No files found.
Tests/Unit/iTasks/WF/Tasks/Core/UnitTests.icl
View file @
499a0e7b
...
...
@@ -17,7 +17,7 @@ expPromptUI msg
minimalInteractUI
=
skip
(
testTaskOutput
"Initial UI of minimal interaction task"
task
events
exp
checkEqual
)
where
task
::
Task
((),
String
)
task
=
interact
"TEST"
unitShare
handlers
gEditor
{|*|}
task
=
interact
R
"TEST"
unitShare
handlers
gEditor
{|*|}
handlers
=
{
onInit
=
\()
->
((),
Update
"Hello world"
),
onEdit
=
\_
l
v
->
(
l
,
fromJust
v
,
Nothing
),
onRefresh
=
\_
l
v
->
(
l
,
fromJust
v
,
Nothing
)}
events
=
[
Left
ResetEvent
]
...
...
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