Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
trs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Taddeüs Kroes
trs
Commits
b9d64d1c
Commit
b9d64d1c
authored
Nov 17, 2012
by
Taddeüs Kroes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Applied pep8
parent
d2ffd580
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
external/graph_drawing
external/graph_drawing
+1
-1
tests/test_parser.py
tests/test_parser.py
+0
-1
No files found.
graph_drawing
@
dd15ea76
Subproject commit
c8ecf7081c6b944228a208617ad539e67091ef78
Subproject commit
dd15ea769014473840174ed8688892bbded82dc2
tests/test_parser.py
View file @
b9d64d1c
...
@@ -106,7 +106,6 @@ class TestParser(RulesTestCase):
...
@@ -106,7 +106,6 @@ class TestParser(RulesTestCase):
self
.
assertEqual
(
tree
(
'sin (cos x) ^ 2'
),
sin
(
cos
(
x
))
**
2
)
self
.
assertEqual
(
tree
(
'sin (cos x) ^ 2'
),
sin
(
cos
(
x
))
**
2
)
self
.
assertEqual
(
tree
(
'sin((cos x) ^ 2)'
),
sin
(
cos
(
x
)
**
2
))
self
.
assertEqual
(
tree
(
'sin((cos x) ^ 2)'
),
sin
(
cos
(
x
)
**
2
))
def
test_brackets
(
self
):
def
test_brackets
(
self
):
self
.
assertEqual
(
*
tree
(
'[x], x'
))
self
.
assertEqual
(
*
tree
(
'[x], x'
))
self
.
assertEqual
(
*
tree
(
'[x], (x)'
))
self
.
assertEqual
(
*
tree
(
'[x], (x)'
))
...
...
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