elvish/pkg/eval/evaltest/non_unix.go
Qi Xiao 0e2999dee8 Support using Elvish transcripts as tests.
- 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.
2024-01-30 20:15:58 +00:00

6 lines
57 B
Go

//go:build !unix
package evaltest
const isUNIX = false