Skip to content

Commit

Permalink
Make tests pass for $baseurl
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Kuhnt committed May 15, 2017
1 parent 4eb666c commit d138445
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@
"type": "string"
},
{
"pattern": "^\\$url.[\\w\\d]+$",
"pattern": "^(\\$url|\\$baseurl).[\\w\\d]+$",
"type": "string"
},
{
"pattern": "^.*\\$url.*$",
"pattern": "^.*(\\$url|\\$baseurl).*$",
"type": "string"
}
]
Expand Down

0 comments on commit d138445

Please sign in to comment.