Skip to content

Commit

Permalink
[Squiggol] Add a slightly more interesting sectioning test
Browse files Browse the repository at this point in the history
  • Loading branch information
shingarov committed Jun 26, 2024
1 parent 1dda95b commit 984bece
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/MathNotation-Tests/RBParserTest.extension.st
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ RBParserTest >> testSectioningCollect [
equals: #(101 102 103)
]

{ #category : #'*MathNotation-Tests' }
RBParserTest >> testSectioningFactorialLR [
self
assert: ({1 . 2 . 3 . 4 . 5} inject: 1 into:*□)
equals: 120
]

{ #category : #'*MathNotation-Tests' }
RBParserTest >> testSectioningL [
self
Expand Down

0 comments on commit 984bece

Please sign in to comment.