Advertisement
Guest User

Untitled

a guest
Sep 12th, 2013
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
D 0.31 KB | None | 0 0
  1. @describe("byToken")
  2. {
  3.     @context("valid string literal")
  4.     {
  5.         @it("should return a token with the type TokenType.stringLiteral") unittest
  6.         {
  7.             // test
  8.         }
  9.  
  10.         @it("should return a token with the correct lexeme") unittest
  11.         {
  12.             // test
  13.         }
  14.     }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement