projects
/
dbsrgits/DBIx-Class-Fixtures.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2be63f8
)
fixed json to be more compliant with various parsers
John Napiorkowski [Mon, 21 Feb 2011 23:51:08 +0000 (18:51 -0500)]
t/var/configs/use_create.json
patch
|
blob
|
blame
|
history
diff --git
a/t/var/configs/use_create.json
b/t/var/configs/use_create.json
index
02d1be8
..
a545630
100644
(file)
--- a/
t/var/configs/use_create.json
+++ b/
t/var/configs/use_create.json
@@
-1,6
+1,6
@@
{
"sets": [{
"class": "Artist",
- "ids": ["4"],
+ "ids": ["4"]
}]
}