Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
badw-it
DHParser
Commits
ff434def
Commit
ff434def
authored
May 05, 2017
by
Eckhart Arnold
Browse files
- minor corrections
parent
b1656cf6
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/test_syntaxtree.py
View file @
ff434def
...
...
@@ -128,9 +128,7 @@ class TestNode:
parser
=
get_ebnf_grammar
()
transform
=
get_ebnf_transformer
()
compiler
=
get_ebnf_compiler
()
with
logging
():
tree
=
parser
(
ebnf
)
parser
.
log_parsing_history
()
tree
=
parser
(
ebnf
)
tree_copy
=
copy
.
deepcopy
(
tree
)
transform
(
tree_copy
)
res1
=
compiler
(
tree_copy
)
...
...
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