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

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

Issue 9426043: Parse function-style extended attributes part #1 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 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 | « no previous file | client/dom/scripts/idlnode.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/scripts/databasebuilder_test.py
diff --git a/client/dom/scripts/databasebuilder_test.py b/client/dom/scripts/databasebuilder_test.py
index e38bca32c3413acd414ad63c73134ffed3045a15..6a3d27356c87849587c8f766e1d021c649746d77 100755
--- a/client/dom/scripts/databasebuilder_test.py
+++ b/client/dom/scripts/databasebuilder_test.py
@@ -97,7 +97,7 @@ ACTUAL:
def test_renames(self):
file_name = self._create_input('input.idl', '''
module M {
- interface I {
+ [Constructor(in T x)] interface I {
T op(T x);
readonly attribute N::T attr;
};
@@ -107,7 +107,7 @@ ACTUAL:
self._builder.merge_imported_interfaces([])
self._db.Save()
self._assert_content_equals('i.idl', '''
- interface i {
+ [Constructor(in t x)] interface i {
/* Attributes */
getter attribute t attr;
/* Operations */
« no previous file with comments | « no previous file | client/dom/scripts/idlnode.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698