diff options
| author | Li Jin <dragon-fly@qq.com> | 2020-01-28 03:12:57 +0800 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2020-01-28 03:12:57 +0800 |
| commit | a7017d34a9c378ec8a4f5dbf35bf13e4f21f42d6 (patch) | |
| tree | 2d8992b95bab76606c6d6148429cc1bc39422971 | |
| parent | 473a07cadee95f2b372d47e8aee815a526a9eb6f (diff) | |
| download | yuescript-a7017d34a9c378ec8a4f5dbf35bf13e4f21f42d6.tar.gz yuescript-a7017d34a9c378ec8a4f5dbf35bf13e4f21f42d6.tar.bz2 yuescript-a7017d34a9c378ec8a4f5dbf35bf13e4f21f42d6.zip | |
fix nothing.
Diffstat (limited to '')
| -rw-r--r-- | spec/inputs/backcall.moon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/inputs/backcall.moon b/spec/inputs/backcall.moon index 48fa149..355089a 100644 --- a/spec/inputs/backcall.moon +++ b/spec/inputs/backcall.moon | |||
| @@ -33,7 +33,7 @@ f = -> | |||
| 33 | do | 33 | do |
| 34 | (data) <- http?.get "ajaxtest" | 34 | (data) <- http?.get "ajaxtest" |
| 35 | body[".result"]\html data | 35 | body[".result"]\html data |
| 36 | (processed) <- http.get "ajaxprocess", data | 36 | (processed) <- http.post "ajaxprocess", data |
| 37 | body[".result"]\append processed | 37 | body[".result"]\append processed |
| 38 | <- setTimeout 1000 | 38 | <- setTimeout 1000 |
| 39 | print "done" | 39 | print "done" |
