instiki/test
Jacques Distler 116255dc0d Purify Categories
Apply the same methodology, as in Revision 432,
to the category chunk-handler. This completes
the replacement of all the code that looks like

  if string.is_utf8?
    do something
  else
    complain
  end

with code that looks like

  string.purify
  do something
2009-09-07 20:38:09 -05:00
..
fixtures Another Bug-fix and some tests 2009-06-06 21:08:08 -05:00
functional Clean, rather than Complain 2009-09-07 16:02:36 -05:00
unit Purify Categories 2009-09-07 20:38:09 -05:00
watir Checkout of Instiki Trunk 1/21/2007. 2007-01-22 07:43:50 -06:00
sanitizer.dat More Tests 2009-01-05 22:13:09 -06:00
test_helper.rb Test page_name, not text 2009-06-12 19:47:56 -05:00