File: test.in

package info (click to toggle)
filepp 1.7.1-6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,120 kB
  • ctags: 240
  • sloc: perl: 2,597; makefile: 489; sh: 174; ansic: 15
file content (16 lines) | stat: -rw-r--r-- 500 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
tolower(I SHOULD BE LOWERCASE)

#function toupper Test::ToUpper
Normal: toupper(i should be uppercase) :Normal

Start "tolower(toupper(I Should Be Lowercase))", <toupper(tolower(I Should Be Uppercase))> End

The word tolower should be in this sentance because it isn't followed by (args)

#rmfunction tolower
tolower(Nothing should happen because tolower has been removed)

#function multi Test::MultiInputs

multi(this, that, the other)
multi(one, toupper("ooh, uppercase two!"), three, four, five)