http://gwt-code-reviews.appspot.com/34814/diff/1/2 File dev/core/src/com/google/gwt/core/ext/soyc/impl/StoryRecorderImpl.java (right):
http://gwt-code-reviews.appspot.com/34814/diff/1/2#newcode406 Line 406: private static String escapeXml(String unescaped) { Should this instead use the one in Util (making that one public)? http://gwt-code-reviews.appspot.com/34814/diff/1/2#newcode423 Line 423: char c = unescaped.charAt(index + 1); You need to check for being at the end of the string here, right? http://gwt-code-reviews.appspot.com/34814 --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
