| 1481 | createTree(t, root, tree) |
| 1482 | |
| 1483 | type dataLine struct { |
| 1484 | name string |
| 1485 | src string |
| 1486 | line int |
| 1487 | args Args |
| 1488 | errRe string |
| 1489 | } |
| 1490 | // Note: these tests assumes an OS running in English-US locale. That should |
| 1491 | // eventually be fixed, maybe by using regexes? |
| 1492 | msgRe := ".+" |
nothing calls this directly
no outgoing calls
no test coverage detected