File: test-45-generic.json

package info (click to toggle)
fontconfig 2.17.1-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,104 kB
  • sloc: ansic: 26,595; makefile: 1,281; sh: 1,206; python: 1,010
file content (35 lines) | stat: -rw-r--r-- 666 bytes parent folder | download | duplicates (5)
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
31
32
33
34
35
{
    "fonts": [
        {
            "family": "Foo"
        },
        {
            "family": "math"
        },
        {
            "family": "Baz"
        }
    ],
    "tests": [
        {
            "method": "match",
            "query": {
		"family": "Bar",
		"lang": "und-zmth"
            },
            "result": {
                "family": "math",
                "lang": "und-zmth"
            }
        },
        {
            "method": "match",
            "query": {
                "lang": [ "en", "fr" ]
            },
            "result": {
                // Exercise complex value promotion. No ASAN issues.
            }
        }
    ]
}