File tree Expand file tree Collapse file tree 2 files changed +31
-5
lines changed
tests/invalid_escape_char Expand file tree Collapse file tree 2 files changed +31
-5
lines changed Original file line number Diff line number Diff line change 1- Error: Unable to parse metadata.json: [0-9]*: unexpected token at
1+ Error: Unable to parse metadata.json: Invalid escape character in string
Original file line number Diff line number Diff line change 11{
2- "puppet_task_version" : 1 ,
3- "supports_noop" : false ,
4- "description" : " A description with an invalid \( escape sequence" ,
5- "parameters" : {}
2+ "name" : " puppetlabs-postgresql" ,
3+ "version" : " 3.4.1" ,
4+ "author" : " Inkling/Puppet Labs" ,
5+ "summary" : " A description with an invalid \( escape sequence" ,
6+ "license" : " Apache-2.0" ,
7+ "source" : " git://github.com/puppetlabs/puppet-postgresql.git" ,
8+ "project_page" : " https://github.com/puppetlabs/puppet-postgresql" ,
9+ "issues_url" : " https://github.com/puppetlabs/puppet-postgresql/issues" ,
10+ "operatingsystem_support" : [
11+ {
12+ "operatingsystem" : " RedHat" ,
13+ "operatingsystemrelease" : [
14+ " 5" ,
15+ " 6" ,
16+ " 7"
17+ ]
18+ }
19+ ],
20+ "requirements" : [
21+ {
22+ "name" : " puppet" ,
23+ "version_requirement" : " 3.x"
24+ }
25+ ],
26+ "dependencies" : [
27+ {
28+ "name" : " puppetlabs/stdlib" ,
29+ "version_requirement" : " 1.2.3"
30+ }
31+ ]
632}
You can’t perform that action at this time.
0 commit comments