Descriptionhtml/template: reenable testcases and fix mis-escaped sequences.
Tighter octal parsing broke some tests and were disabled in
http://codereview.appspot.com/5530051
Those tests were broken. The CSS decoder was supposed to see CSS
hex escape sequences of the form '\' <hex>+, but those escape
sequences were instead being consumed by the template parser.
This change properly escapes those escape sequences, and uses
proper escaping for NULs.
Patch Set 1 #Patch Set 2 : diff -r e287fecf68dc https://go.googlecode.com/hg/ #Patch Set 3 : diff -r e287fecf68dc https://go.googlecode.com/hg/ #Patch Set 4 : diff -r 75f7ab3d2d9e https://go.googlecode.com/hg/ #MessagesTotal messages: 4
|