Sha256: 2cea8646caef4c07266ccf7fd9c23c0fb4485dfdb672a6e4f004f2817c647bcd
Contents?: true
Size: 776 Bytes
Versions: 8
Compression:
Stored size: 776 Bytes
Contents
|import | |fitnesse.slim.test| !3 Slim symbols names must start with a letter, followed by letters, digits and underscores !|test slim | |string|getStringArg?| |foo |$x3_= | |$x3_ |foo | !3 Referencing undefined Slim symbols names raise no error but return the symbol name !|test slim | |string |getStringArg?| |$UNDEFINED|$UNDEFINED | !3 Slim symbols names are case sensitive !|test slim | |string|getStringArg?| |lower |$x= | |upper |$X= | |$x |lower | |$X |upper | !3 Slim symbols names also support UTF8 names !|test slim | |string |getStringArg?| |ØÅÆØÅÆ_ØÅÆØÅÆ|$Æ_ØÅ= | |$Æ_ØÅ |ØÅÆØÅÆ_ØÅÆØÅÆ|
Version data entries
8 entries across 8 versions & 1 rubygems