Skip to content

Commit 5f5e602

Browse files
committed
docs: improve readability exposable
1 parent 369685b commit 5f5e602

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/references/variables-exposable.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: Exposable variables
88
99
Exposable variables can be defined with `expose:` node.
1010

11-
```yml
11+
```yml {6-7} title="a-request-file.chk"
1212
version: default:http:0.7.2
1313

1414
variables:
@@ -24,7 +24,7 @@ This YAML node is not required. However, if the node is not included, nothing wi
2424

2525
All variables defined or pass (from caller) can be also exposed. For example this is also valid.
2626

27-
```yml
27+
```yml {9-11} title="a-request-file.chk"
2828
version: default:http:0.7.2
2929
3030
variables:
@@ -43,7 +43,7 @@ expose:
4343
In the console invoking `chk` command with `--no-format, -nf` will return a JSON representation of exposable variables. The returned JSON is always a JSON-list with object or scaler value in it. e.g:
4444

4545

46-
```yml
46+
```yml {14-16} title="a-request-file.chk"
4747
version: default:http:0.7.2
4848
4949
variables:

0 commit comments

Comments
 (0)