- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for TestLex (0.05 sec)
-
src/cmd/asm/internal/lex/lex_test.go
/* This one fails. See comment in Slice.Col. { "nested #define with args", lines( "#define A #define B (x) x", "A", "B(THIS)", ), "x.\n", }, */ } func TestLex(t *testing.T) { for _, test := range lexTests { input := NewInput(test.name) input.Push(NewTokenizer(test.name, strings.NewReader(test.input), nil)) result := drain(input) if result != test.output {
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Aug 29 07:48:38 UTC 2023 - 5.8K bytes - Viewed (0) -
src/test/java/jcifs/internal/CommonServerMessageBlockResponseTest.java
assertFalse(concreteResponse.isVerifyFailed()); // Test exception handling assertNull(concreteResponse.getException()); Exception testEx = new RuntimeException("Test"); concreteResponse.exception(testEx); assertEquals(testEx, concreteResponse.getException()); // Test expiration assertNull(concreteResponse.getExpiration());
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 20.3K bytes - Viewed (0)