Fix stringsource parsing to that apostrophes don't count as quotes.master
commit1f69990addcbdbfe8336f3eb17cf74dd80c8816b
authorAvery Pennarun <apenwarr@gmail.com>
Mon, 20 Jul 2009 06:00:55 +0000 (20 02:00 -0400)
committerAvery Pennarun <apenwarr@gmail.com>
Mon, 20 Jul 2009 06:00:55 +0000 (20 02:00 -0400)
tree52a1125c1774e52e6b48ae4589828235f636f188
parentfac8c7397dde6f3567a565907368f9ca5433f238
Fix stringsource parsing to that apostrophes don't count as quotes.

Previously, a line like "** this is my task's task [2h]" would end up
counting everything after the apostrophe as one word, so [2h] wouldn't get
parsed out correctly.
schedulator.t.cs
stringsource.cs