Repository : ssh://darcs.haskell.org//srv/darcs/packages/base On branch : master
http://hackage.haskell.org/trac/ghc/changeset/d022bc8296af27d258106eea8118b0078bd293dd >--------------------------------------------------------------- commit d022bc8296af27d258106eea8118b0078bd293dd Author: Ian Lynagh <[email protected]> Date: Sat Nov 19 23:20:55 2011 +0000 Whitespce only in lexNum >--------------------------------------------------------------- tests/lexNum.hs | 34 +++++++++++++++++----------------- 1 files changed, 17 insertions(+), 17 deletions(-) diff --git a/tests/lexNum.hs b/tests/lexNum.hs index fb63034..ab6b862 100644 --- a/tests/lexNum.hs +++ b/tests/lexNum.hs @@ -1,25 +1,25 @@ module Main where testStrings - = [ "0x3y", - "0X3abx", - "0o39y", - "0O334z", + = [ "0x3y", + "0X3abx", + "0o39y", + "0O334z", - "NaN", - "Infinity", + "NaN", + "Infinity", - "34yy", - "34.4x", - "034.4x", - "31.45e-6y", - "49.2v", - "049.2v", - "35e-3x", - "035e-3x", - "35e+3y", - "83.3e-22", - "083.3e-22" + "34yy", + "34.4x", + "034.4x", + "31.45e-6y", + "49.2v", + "049.2v", + "35e-3x", + "035e-3x", + "35e+3y", + "83.3e-22", + "083.3e-22" ] main = mapM test testStrings _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
