Skip to content

Commit 0658952

Browse files
authored
remove 819 ibeam from httpserver code (#42)
1 parent 34412f9 commit 0658952

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/HttpServer.dyalog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@
732732

733733
GetFromTable{([;1],)[;2],''}
734734
split{p()1 ((p-1))(p)} Split ⍵ on first occurrence of ⍺
735-
lc0(819)
735+
lc{2::0(819) ¯3 ⎕C } lower case conversion
736736
deb{{1¯1/~' '}' ',,' '}
737737

738738
{r}{message}Fail status
@@ -950,7 +950,7 @@
950950
stripQuotes{'""'2¯1:¯11 } strip leading and ending "
951951
deb{{1¯1/~' '}' ',,' '} delete extraneous blanks
952952
dlb{+/\' '=} delete leading blanks
953-
lc0(819) lower case
953+
lc{2::0(819) ¯3 ⎕C } lower case conversion
954954
nameClass{⎕NC,''} name class of argument
955955
nocase{(lc )⍺⍺ lc } case insensitive operator
956956
begins{()} does ⍺ begin with ⍵?

0 commit comments

Comments
 (0)