The extension method RBArrayNode>>#asArray causes failure of the standard test RBParserTest>>#testArrayNodesArentArrays. From the test comment:
"Although an RBArrayNode represents an array, it is not an Array-like object.
Therefore it shouldn't return true for message #isArray (like an instance of a real
array would"
The extension method RBArrayNode>>#asArray causes failure of the standard test RBParserTest>>#testArrayNodesArentArrays. From the test comment:
"Although an RBArrayNode represents an array, it is not an Array-like object. Therefore it shouldn't return true for message #isArray (like an instance of a real array would"
PetitParser should respect it.