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
Zenroom
Zenroom
Commits
c29f2c14
Commit
c29f2c14
authored
Apr 25, 2022
by
Alberto Lerda
Browse files
Removed debug directives
parent
a766dde6
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/zencode_array/run.sh
View file @
c29f2c14
...
...
@@ -410,7 +410,6 @@ When I rename the 'flat array' to 'flattened array 1'
When I create the flat array of keys in 'identity'
When I rename the 'flat array' to 'flattened array 2'
And debug
Then print the 'flattened array 1'
Then print the 'flattened array 2'
...
...
@@ -505,7 +504,6 @@ cat <<EOF | zexe dict2array.zen -a dictionaries.json
Given I have a 'string dictionary' named 'identities'
and a 'string' named 'nameOfObject'
When I create the array of objects named by 'nameOfObject' found in 'identities'
and debug
Then print the 'array'
EOF
...
...
@@ -526,7 +524,7 @@ cat <<EOF > compare-equal.data
}
EOF
cat
<<
EOF
|
debug
compare-equal.zen -a compare-equal.data
cat
<<
EOF
|
zexe
compare-equal.zen -a compare-equal.data
Given I have a 'string array' named 'arr'
Given I have a 'string dictionary' named 'dict'
Given I have a 'string array' named 'nested_arr'
...
...
@@ -555,7 +553,7 @@ cat <<EOF > compare-not-equal.data
}
EOF
cat
<<
EOF
|
debug
compare-not-equal.zen -a compare-not-equal.data
cat
<<
EOF
|
zexe
compare-not-equal.zen -a compare-not-equal.data
Given I have a 'string array' named 'arr'
Given I have a 'string dictionary' named 'dict'
Given I have a 'string array' named 'nested_arr'
...
...
Write
Preview
Supports
Markdown
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