summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/prog017/prog017.script
blob: 302233869b13ba727db9c2e9dce4decc2990852b (plain)
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
:load TopLevel

:complete repl ".."
-- 9 results from all modules including submodules

:complete repl "..+"
-- should list completions from all modules including submodules

:complete repl "..+="
-- should list one result

:complete repl "Lev"
-- should list completions from submodules

:complete repl "Level1"
-- should list completions from submodule

:complete repl "Level1."
-- should give same results

:complete repl "..>"

:complete repl "..!"

-- for all Unicode tests should be returned list of two results

-- General Punctuation
:complete repl "โ"

-- currencySymbolR
:complete repl "โ‚ฝ"

-- letterLikeSymbolR
:complete repl "โ…€"

-- enclosedAlphanumericsR
:complete repl "โ’ก"

-- enclosedAlphanumericSupplementR
:complete repl "๐Ÿ„"

-- enclosedIdeographicSupplementR
:complete repl "๐Ÿˆ"

-- arrowsR
:complete repl "โ†"

-- supplementalArrowsAR
:complete repl "โŸน"

-- supplementalArrowsBR
:complete repl "โคด"

-- supplementalArrowsCR
:complete repl "๐Ÿก˜"

-- miscellaneousSymbolsAndArrowsR
:complete repl "โฌค"

-- dingbatArrowsR
:complete repl "โžพ"

-- mathematicalOperators
:complete repl "โˆ€"

-- miscellaneousMathematicalSymbolsAR
:complete repl "โŸ‘"

-- miscellaneousMathematicalSymbolsBR
:complete repl "โงฆ"

-- supplementalMathematicalOperatorsR
:complete repl "โจถ"

-- mathematicalAlphanumericSymbolsR
:complete repl "๐›Œ"

-- miscellaneousTechnicalR
:complete repl "โŒ˜"

-- controlPicturesR
:complete repl "โ˜"

-- characterRecognitionR
:complete repl "โ‘"

-- byzantineMusicalSymbolsR
:complete repl "๐€"

-- musicalSymbolsR
:complete repl "๐„ข"

-- ancientGreekMusicalNotationR
:complete repl "๐‰€"

-- mahjongTilesR
:complete repl "๐Ÿ€"

-- dominoTilesR
:complete repl "๐Ÿ€ฑ"

-- playingCardsR
:complete repl "๐Ÿ‚ฟ"

-- miscellaneousSymbolsR
:complete repl "โ˜€"

-- miscellaneousSymbolsAndPictographsR
:complete repl "๐ŸŒ“"

-- transportAndMapSymbolsR
:complete repl "๐Ÿšญ"

-- dingbatsR
:complete repl "โœ”"

-- boxDrawingR
:complete repl "โ”"

-- blockElementsR
:complete repl "โ–™"

-- geometricShapesR
:complete repl "โ–ณ"

-- geometricShapesExtendedR
:complete repl "๐Ÿž‹"

-- ornamentalDingbatsR
:complete repl "๐Ÿ™ซ"

-- arabicMathematicalAlphabeticSymbolsR
:complete repl "๐žบ‚"

-- alchemicalSymbolsR
:complete repl "๐Ÿœ„"