Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/endbasic/endbasic
/ test_whitespace_only
Function
test_whitespace_only
core/src/lexer.rs:836–838 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
834
835
#[test]
836
fn test_whitespace_only() {
837
do_ok_test(
" \t "
, &[ts(Token::Eof, 1, 11, 0)]);
838
}
839
840
#[test]
841
fn test_multiple_lines() {
Callers
nothing calls this directly
Calls
2
ts
Function · 0.85
do_ok_test
Function · 0.70
Tested by
no test coverage detected