invalid_numeric_shorthand.json 631 B

12345678910111213141516171819202122
  1. [
  2. {
  3. "query": "stack.colno:>3s",
  4. "result": [
  5. {"type": "spaces", "value": ""},
  6. {
  7. "type": "filter",
  8. "filter": "text",
  9. "negated": false,
  10. "invalid": {
  11. "type": "invalid-number",
  12. "reason": "Invalid number. Expected number then optional k, m, or b suffix (e.g. 500k)",
  13. "expectedType": ["numeric", "numericIn"]
  14. },
  15. "key": {"type": "keySimple", "value": "stack.colno", "quoted": false},
  16. "operator": "",
  17. "value": {"type": "valueText", "value": ">3s", "quoted": false}
  18. },
  19. {"type": "spaces", "value": ""}
  20. ]
  21. }
  22. ]