MCPcopy Index your code
hub / github.com/endbasic/endbasic / test_read_past_eof

Function test_read_past_eof

core/src/lexer.rs:831–833  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

829
830 #[test]
831 fn test_read_past_eof() {
832 do_ok_test("", &[ts(Token::Eof, 1, 1, 0)]);
833 }
834
835 #[test]
836 fn test_whitespace_only() {

Callers

nothing calls this directly

Calls 2

tsFunction · 0.85
do_ok_testFunction · 0.70

Tested by

no test coverage detected