I need to put a sample of a JUnit test case in a sribble document, along the 
lines of

 @verbatim{
   @Test 
   public void checkHBLen() {
      assertEquals(HapBD.lenInSeconds, 25);
    }
  }

What's the escape sequence for treating the @ on Test literally, rather than as 
a scribble command.  Couldn't find this in the reader documentation.

thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to