Skip to content

Commit

Permalink
Merge pull request #27 from Poita/master
Browse files Browse the repository at this point in the history
Bug 6734 - Removing erroneous q{ @ } example for lex.dd
  • Loading branch information
WalterBright committed Jan 13, 2012
2 parents 917167e + c3fa57d commit 11b558e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lex.dd
Expand Up @@ -567,7 +567,6 @@ q"/abc/def/" // error
q{foo} // "foo"
q{/*}*/ } // "/*}*/ "
q{ foo(q{hello}); } // " foo(q{hello}); "
q{ @ } // error, @ is not a valid D token
q{ __TIME__ } // " __TIME__ ", i.e. it is not replaced with the time
q{ __EOF__ } // error, as __EOF__ is not a token, it's end of file
---
Expand Down

0 comments on commit 11b558e

Please sign in to comment.