summaryrefslogtreecommitdiff
path: root/test/fixtures/expression_equality/number-format-precision.b.json
blob: d8935f9f5febf21743d19f62061c80ef6b20f82d (plain)
1
2
3
4
5
6
7
8
9
10
[
  "number-format",
  987654321.23456789,
  {
    "locale": "en-US",
    "min-fraction-digits": 2,
    "max-fraction-digits": 4
  }
]