Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1386)

Unified Diff: constraints/export_test.go

Issue 96730043: Support constraints vocabs (Closed)
Patch Set: Created 10 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: constraints/export_test.go
=== modified file 'constraints/export_test.go'
--- constraints/export_test.go 2014-04-15 05:29:22 +0000
+++ constraints/export_test.go 2014-04-24 00:00:36 +0000
@@ -13,6 +13,6 @@
return cons.hasAny(attrTags...)
}
-func AttributesWithValues(cons Value) []string {
+func AttributesWithValues(cons Value) map[string]interface{} {
return cons.attributesWithValues()
}

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b