Fossil SCM
Fixed a Tcl syntax error checked in with [33efa2fa]. (Yay dynamic languages that run the code even if it's syntactically invalid. P'tui!)
Commit
4315d4646280b86039bb887f133d8b2f8a3590d21fd000940dc25282e3b2c198
Parent
2aaee4841e0f758…
1 file changed
+1
-1
+1
-1
| --- test/th1.test | ||
| +++ test/th1.test | ||
| @@ -668,11 +668,11 @@ | ||
| 668 | 668 | ############################################################################### |
| 669 | 669 | |
| 670 | 670 | test_in_checkout th1-checkout-1 { |
| 671 | 671 | # NOTE: The "1" here forces the checkout to be opened. |
| 672 | 672 | fossil test-th-eval "checkout 1" |
| 673 | -} [string length $RESULT] > 0} | |
| 673 | +} {[string length $RESULT] > 0} | |
| 674 | 674 | |
| 675 | 675 | ############################################################################### |
| 676 | 676 | |
| 677 | 677 | test_in_checkout th1-checkout-2 { |
| 678 | 678 | if {$th1Hooks} { |
| 679 | 679 |
| --- test/th1.test | |
| +++ test/th1.test | |
| @@ -668,11 +668,11 @@ | |
| 668 | ############################################################################### |
| 669 | |
| 670 | test_in_checkout th1-checkout-1 { |
| 671 | # NOTE: The "1" here forces the checkout to be opened. |
| 672 | fossil test-th-eval "checkout 1" |
| 673 | } [string length $RESULT] > 0} |
| 674 | |
| 675 | ############################################################################### |
| 676 | |
| 677 | test_in_checkout th1-checkout-2 { |
| 678 | if {$th1Hooks} { |
| 679 |
| --- test/th1.test | |
| +++ test/th1.test | |
| @@ -668,11 +668,11 @@ | |
| 668 | ############################################################################### |
| 669 | |
| 670 | test_in_checkout th1-checkout-1 { |
| 671 | # NOTE: The "1" here forces the checkout to be opened. |
| 672 | fossil test-th-eval "checkout 1" |
| 673 | } {[string length $RESULT] > 0} |
| 674 | |
| 675 | ############################################################################### |
| 676 | |
| 677 | test_in_checkout th1-checkout-2 { |
| 678 | if {$th1Hooks} { |
| 679 |