Vader.vim assertions: Revision history

From wikinotes

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

19 July 2019

  • curprev 18:2818:28, 19 July 2019Will talk contribs 178 bytes +178 Created page with " <source lang="vim"> Assert 1, 'message' " assert boolean is true AssertEqual 'expected', 'result' " assert equals AssertNotEqual 'a', 'b' AssertThrows </source>"