From 4e59cd2f731df4e2bf7f80d75b460428ddf019f1 Mon Sep 17 00:00:00 2001 From: "scheglov@google.com" Date: Thu, 27 Jun 2013 21:28:39 +0000 Subject: [PATCH] Report ILLEGAL_CHARACTER for nbsp. R=brianwilkerson@google.com BUG= Review URL: https://codereview.chromium.org//18053012 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@24552 260f80e4-7a28-3924-810f-c04153c831b5 --- tests/co19/co19-analyzer.status | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/co19/co19-analyzer.status b/tests/co19/co19-analyzer.status index 0d1a38212ea..b767f85f7a0 100644 --- a/tests/co19/co19-analyzer.status +++ b/tests/co19/co19-analyzer.status @@ -39,10 +39,6 @@ Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: fail Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: fail Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: fail -# WHITESPACE: ('\t' | ' ' | NEWLINE)+ -Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: fail -Language/15_Reference/1_Lexical_Rules_A02_t06: fail - # analyzer problem: forward reference of typedef with type parameters Language/13_Libraries_and_Scripts/3_Parts_A02_t03: skip