mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-04 10:57:50 +08:00
0e2999dee8
- evaltest.TestTranscriptsInFS runs transcripts in .elv and .elvts files as tests. - Extend the syntax of Elvish transcripts with headings and comments; the former is used to split a single .elvts file into multiple sessions.
6 lines
55 B
Go
6 lines
55 B
Go
//go:build unix
|
|
|
|
package evaltest
|
|
|
|
const isUNIX = true
|