-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from chaen/sanity
Add sanity check to match opening and closing brackets
- Loading branch information
Showing
4 changed files
with
63 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Broken because more opening brackets than closing | ||
DefaultModules = DIRAC | ||
Sources | ||
{ | ||
DIRAC = git://github.com/DIRACGrid/DIRAC.git | ||
} | ||
Releases | ||
{ | ||
integration | ||
{ | ||
Modules = DIRAC, WebAppDIRAC, VMDIRAC | ||
Externals = v6r6p8 | ||
DIRACOS = master | ||
# Here is a missing } | ||
v7r0-pre19 | ||
{ | ||
Modules = DIRAC, VMDIRAC:v2r4-pre2, RESTDIRAC:v0r5, COMDIRAC:v0r17, WebAppDIRAC:v4r0p7, OAuthDIRAC:v0r1-pre1 | ||
DIRACOS = master | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# That is a broken file, with more closing bracket than opening | ||
# | ||
DefaultModules = DIRAC | ||
Sources | ||
{ | ||
DIRAC = git://github.com/DIRACGrid/DIRAC.git | ||
} | ||
Releases | ||
{ | ||
integration | ||
# here is a missing { | ||
Modules = DIRAC, WebAppDIRAC, VMDIRAC | ||
Externals = v6r6p8 | ||
DIRACOS = master | ||
} | ||
v7r0-pre19 | ||
{ | ||
Modules = DIRAC, VMDIRAC:v2r4-pre2, RESTDIRAC:v0r5, COMDIRAC:v0r17, WebAppDIRAC:v4r0p7, OAuthDIRAC:v0r1-pre1 | ||
DIRACOS = master | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters