summaryrefslogtreecommitdiff
path: root/test/files/run/t7791-script-linenums.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-7791 Line number table reflects underlying fileSom Snytt2013-09-051-0/+1
Since positions ultimately know their ultimate positions in their ultimate source, use that line number, ultimately, when emitting line number table entries. It is possible, but possibly not useful, to emit both the actual (ultimate) line number and the nominal one. The `int`-valued line number of the `StackTraceElement` is "derived" from the attribute. In global, wrapping a `BatchSourceFile` as a `ScriptSource` happens in `compileSources` to facilitate testing. A `ScriptTest` facility is provided to facilitate testing the script facility. It is rather facile.