Skip to content

Commit c173211

Browse files
update resp representation in xg4
1 parent 4f1f5d5 commit c173211

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stage_descriptions/geospatial-05-xg4.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ The tester will then send multiple `GEOPOS` commands:
5050

5151
```bash
5252
> GEOPOS location_key London Munich
53-
# Expecting: [["0", "0"], ["0", "0"]], encoded as "*2\r\n$1\r\n0\r\n$1\r\n0\r\n$1\r\n0\r\n$1\r\n0\r\n"
53+
# Expecting: [["0", "0"], ["0", "0"]], encoded as "*2\r\n*2\r\n$1\r\n0\r\n$1\r\n0\r\n*2\r\n$1\r\n0\r\n$1\r\n0\r\n"
54+
5455
> GEOPOS location_key missing_location
5556
# Expecting: [nil], encoded as "*1\r\n*-1\r\n"
5657
```

0 commit comments

Comments
 (0)