1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-12-07 22:32:35 +02:00

#13 Added WAIT_ELEMENT function

This commit is contained in:
Tim Voronov
2018-09-23 04:33:20 -04:00
parent d98a97fdb1
commit 4df1949b91
15 changed files with 410 additions and 249 deletions

View File

@@ -21,5 +21,5 @@ func (s SourceMap) Column() int {
}
func (s SourceMap) String() string {
return fmt.Sprintf("at %d:%d", s.line, s.column)
return fmt.Sprintf("%s at %d:%d", s.text, s.line, s.column)
}