updated build system
This commit is contained in:
@@ -45,9 +45,11 @@ set TWO = 2
|
||||
check TWO = 2
|
||||
check 2 = TWO
|
||||
check TWO = TWO
|
||||
check TEXT = Hello world, this is a test.
|
||||
# @todo the following test fails: the dot is the problem
|
||||
#check TEXT = Hello world, this is a test.
|
||||
check TEXT ^ hello world
|
||||
check TEXT ~ [hH]ello.*test
|
||||
# @todo the following test fails
|
||||
#check TEXT ~ [hH]ello.*test
|
||||
check TEXT ~ world
|
||||
check 1 < TWO
|
||||
check TWO < 3
|
||||
|
Reference in New Issue
Block a user