-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new tests for unbalanced hostrange nodenames
- Loading branch information
Showing
3 changed files
with
17 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
2014-02-24 Albert Chu <[email protected]> | ||
|
||
* src/testsuite/: Add new tests for unbalanced hostrange | ||
nodenames. | ||
|
||
2013-08-02 Albert Chu <[email protected]> | ||
|
||
* src/libcommon/hostlist.c (_parse_single_range): Comment out | ||
|
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
11 changes: 11 additions & 0 deletions
11
src/testsuite/libgenders/testdatabases/genders.parse_error_hostrange_unbalanced
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,11 @@ | ||
node[1 attr1,attr2=val2 | ||
node2] attr1,attr2=val2 | ||
node[[3] attr1,attr2=val2 | ||
node[4]] attr1,attr2=val2 | ||
node[[5]] attr1,attr2=val2 | ||
|
||
node[6-7 attr1,attr2=val2 | ||
node8-9] attr1,attr2=val2 | ||
node[[10-11] attr1,attr2=val2 | ||
node[12-13]] attr1,attr2=val2 | ||
node[[14-15]] attr1,attr2=val2 |