File: testme36.out

package info (click to toggle)
libtemplates-parser 10.0%2B20060522-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,880 kB
  • ctags: 52
  • sloc: ada: 9,842; makefile: 360; sh: 26
file content (85 lines) | stat: -rw-r--r-- 3,484 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85

Add "toto=titi"

http://host:port/  =>  http://host:port/?toto=titi
http://host/  =>  http://host/?toto=titi
http://host/?  =>  http://host/?toto=titi
http://host/?param1=un  =>  http://host/?param1=un&toto=titi
http://host:port/?param1=un&param2=deux  =>  http://host:port/?param1=un&param2=deux&toto=titi
http://host?param1=un&param2=deux&param3=trois  =>  http://host?param1=un&param2=deux&param3=trois&toto=titi

Del "param1"

http://host:port/  =>  http://host:port/
http://host/  =>  http://host/
http://host/?  =>  http://host/?
http://host/?param1=un  =>  http://host/
http://host:port/?param1=un&param2=deux  =>  http://host:port/?param2=deux
http://host?param1=un&param2=deux&param3=trois  =>  http://host?param2=deux&param3=trois

Del "param2"

http://host:port/  =>  http://host:port/
http://host/  =>  http://host/
http://host/?  =>  http://host/?
http://host/?param1=un  =>  http://host/?param1=un
http://host:port/?param1=un&param2=deux  =>  http://host:port/?param1=un
http://host?param1=un&param2=deux&param3=trois  =>  http://host?param1=un&param3=trois

Del "param3"

http://host:port/  =>  http://host:port/
http://host/  =>  http://host/
http://host/?  =>  http://host/?
http://host/?param1=un  =>  http://host/?param1=un
http://host:port/?param1=un&param2=deux  =>  http://host:port/?param1=un&param2=deux
http://host?param1=un&param2=deux&param3=trois  =>  http://host?param1=un&param2=deux

Replace "param1"

http://host:port/  =>  http://host:port/?param1=one
http://host/  =>  http://host/?param1=one
http://host/?  =>  http://host/?param1=one
http://host/?param1=un  =>  http://host/?param1=one
http://host:port/?param1=un&param2=deux  =>  http://host:port/?param2=deux&param1=one
http://host?param1=un&param2=deux&param3=trois  =>  http://host?param2=deux&param3=trois&param1=one

Replace "param2"

http://host:port/  =>  http://host:port/?param2=two
http://host/  =>  http://host/?param2=two
http://host/?  =>  http://host/?param2=two
http://host/?param1=un  =>  http://host/?param1=un&param2=two
http://host:port/?param1=un&param2=deux  =>  http://host:port/?param1=un&param2=two
http://host?param1=un&param2=deux&param3=trois  =>  http://host?param1=un&param3=trois&param2=two

Replace "param3"

http://host:port/  =>  http://host:port/?param3=3
http://host/  =>  http://host/?param3=3
http://host/?  =>  http://host/?param3=3
http://host/?param1=un  =>  http://host/?param1=un&param3=3
http://host:port/?param1=un&param2=deux  =>  http://host:port/?param1=un&param2=deux&param3=3
http://host?param1=un&param2=deux&param3=trois  =>  http://host?param1=un&param2=deux&param3=3

Replace "param3"

http://host:port/  =>  http://host:port/?param3=3
http://host/  =>  http://host/?param3=3
http://host/?  =>  http://host/?param3=3
http://host/?param1=un  =>  http://host/?param1=un&param3=3
http://host:port/?param1=un&param2=deux  =>  http://host:port/?param1=un&param2=deux&param3=3
http://host?param1=un&param2=deux&param3=trois  =>  http://host?param1=un&param2=deux&param3=3

Delete param not existing

http://host?param1=un&param2=deux&param3=trois  =>  http://host?param1=un&param2=deux&param3=trois
http://host?param1=un&param2=deux&param3=trois  =>  http://host?param1=un&param2=deux&param3=trois

Add using a tag

http://host?param1=un&param2=deux&param3=trois  =>  http://host?param1=un&param2=deux&param3=trois&param3=123.9

Replace using a tag

http://host?param1=un&param2=deux&param3=trois  =>  http://host?param1=un&param2=deux&param3=123.9