File: op_sep_in_values

package info (click to toggle)
golang-github-aws-aws-sdk-go-v2 1.24.1-2~bpo12%2B1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-backports
  • size: 554,032 kB
  • sloc: java: 15,941; makefile: 419; sh: 175
file content (30 lines) | stat: -rw-r--r-- 305 bytes parent folder | download | duplicates (7)
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
[case1]
sepInValue = =:[foo]]bar[
key:= value1

[case2]
sepInValue==:[foo]]bar[
key = value2

[case3]
sepInValue = []
key== value3

[case4]
sepInValue = [value] x=a
key:=value4

[case5]
key : value5

[case6]
s3 =
    [nested6]
    key = valuen6
key :=value6

[case7]
s3 =
key :value7
[sub7]
key ==values7