Skip to content

Conversation

@Siphalor
Copy link

This wraps up various small-ish fixes and improvements:

  • Fix incorrect handling of elseif trees (later successful elseifs wouldn't trigger skipping)
  • Add a test case for that
  • Fix incorrect string comparison
  • Replace assertTrue(a.compareTo(b) == 0) (assertFalse) with assertEquals(b, a) (assertNotEquals)
  • Improve some comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant