Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @describe("byToken")
- {
- @context("valid string literal")
- {
- @it("should return a token with the type TokenType.stringLiteral") unittest
- {
- // test
- }
- @it("should return a token with the correct lexeme") unittest
- {
- // test
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement