mirror of
https://github.com/parnic/LibDogTag-3.0.git
synced 2025-06-17 04:21:53 -05:00
- fix an issue with removing spaces
This commit is contained in:
1
test.lua
1
test.lua
@ -1406,6 +1406,7 @@ assert_equal(DogTag:Evaluate("[GlobalCheck] [GlobalCheck] Hello"), "Hello")
|
||||
assert_equal(DogTag:Evaluate("Hello [GlobalCheck]"), "Hello")
|
||||
assert_equal(DogTag:Evaluate("Hello [GlobalCheck] [GlobalCheck]"), "Hello")
|
||||
assert_equal(DogTag:Evaluate("[GlobalCheck] [GlobalCheck] Hello [GlobalCheck] [GlobalCheck]"), "Hello")
|
||||
assert_equal(DogTag:Evaluate("[GlobalCheck] [One] [Two]"), "1 2")
|
||||
|
||||
myfunc_num = 0
|
||||
assert_equal(DogTag:Evaluate("[FunctionNumberCheck]"), 1)
|
||||
|
Reference in New Issue
Block a user