instiki/test/unit/chunks
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
..
category_test.rb Purify Categories 2009-09-07 20:38:09 -05:00
nowiki_test.rb Nowiki Include 2008-12-20 23:24:50 -06:00
wiki_test.rb More tests 2009-06-06 23:36:26 -05:00