|
Last change
on this file since 19708 was 18015, checked in by smueller, 11 years ago |
|
Google Test, new executeable run_test. From now on gtest is required to build MARS. Makefile was adjusted to build the new run_test executeable and link it with gtest libs. A first test was made for the MMatrix Container. All tests are in a new mtest folder.
|
|
File size:
366 bytes
|
| Line | |
|---|
| 1 | # whitespaces must not effect parsing
|
|---|
| 2 | 1, 2, 3
|
|---|
| 3 | # no whitespaces in between digits
|
|---|
| 4 | 1,2,3
|
|---|
| 5 | # leading whitespace
|
|---|
| 6 | 1, 2, 3
|
|---|
| 7 | # leading tab
|
|---|
| 8 | 1, 2, 3
|
|---|
| 9 | # tabs in between
|
|---|
| 10 | 1, 2, 3
|
|---|
| 11 | # tab in end
|
|---|
| 12 | 1,2,3
|
|---|
| 13 | #3 whitespaces in a row
|
|---|
| 14 | 1, 2, 3
|
|---|
| 15 | # tailing whitespace
|
|---|
| 16 | 1,2,3
|
|---|
| 17 | # whitespaces before comment
|
|---|
| 18 | # tab before comment
|
|---|
| 19 | # mix whitespaces and tabs all over
|
|---|
| 20 | 1 , 2 , 3
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.