Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Unified Diff: client/dom/scripts/idlparser_test.py

Issue 9152018: Remove everything to do with snippets (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/dom/scripts/idlparser.py ('k') | client/dom/scripts/idlrenderer.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/scripts/idlparser_test.py
diff --git a/client/dom/scripts/idlparser_test.py b/client/dom/scripts/idlparser_test.py
index e1753373017ec51a1eaade23c07442119ef39085..7155da78704d117b2e99d21f0ccfd4c0fcf02e6a 100755
--- a/client/dom/scripts/idlparser_test.py
+++ b/client/dom/scripts/idlparser_test.py
@@ -152,14 +152,6 @@ ERROR : %s''' % (all_syntaxes[syntax], content, expected, actual, error))
'@Ano1 @Ano2() @Ano3(x) @Ano4(x=1,y=2) interface I {};',
[('Interface', [('Annotation', [('Id', 'Ano1')]), ('Annotation', [('Id', 'Ano2')]), ('Annotation', [('Id', 'Ano3'), ('AnnotationArg', [('Id', 'x')])]), ('Annotation', [('Id', 'Ano4'), ('AnnotationArg', [('Id', 'x'), ('AnnotationArgValue', '1')]), ('AnnotationArg', [('Id', 'y'), ('AnnotationArgValue', '2')])]), ('Id', 'I')])])
- def test_snippets(self):
- self._run_test(
- idlparser.FREMONTCUT_SYNTAX,
- '''interface I {
- snippet {bla bla bla bla};
- };''',
- [('Interface', [('Id', 'I'), ('Snippet', [('SnippetText', 'bla bla bla bla')])])])
-
if __name__ == "__main__":
logging.config.fileConfig("logging.conf")
« no previous file with comments | « client/dom/scripts/idlparser.py ('k') | client/dom/scripts/idlrenderer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698