-
-
Notifications
You must be signed in to change notification settings - Fork 393
Open
Description
Pharo 13 (probably Pharo 14 too)
Notice the first line:
SoupParser >> parsePossibleRef: anInteger
literal ifTrue: ^ self foo_: anInteger.
(charRef matchesStreamPrefix: (self readStreamFrom: anInteger))
ifTrue: [ ^ self parseCharRef: anInteger ].
(entityRef matchesStreamPrefix: (self readStreamFrom: anInteger))
ifTrue: [ ^ self parseEntityRef: anInteger ].
^ self parseIncomplete: anInteger
original is: literal ifTrue: [^ self parseLiteral: anInteger].
To reproduce try to extract the entire block.
Metadata
Metadata
Assignees
Type
Projects
Status
For Later (kind of Backlog)