packages feed

morpheus-graphql-0.14.0: test/Feature/Input/Scalar/cases.json

[
  {
    "path": "numbers/decodeFloat",
    "description": "test signed float and float with expotential"
  },
  {
    "path": "numbers/decodeInt",
    "description": "test signed int and int with expotential"
  },
  {
    "path": "strings/block",
    "description": "parse block string"
  },
  {
    "path": "strings/escaped",
    "description": "parse escaped string string"
  },
  {
    "path": "strings/regular",
    "description": "parse regular string string"
  },
  {
    "path": "strings/wrong-newline",
    "description": "fail on newline on sinle line string"
  },
  {
    "path": "strings/wrong-escaped",
    "description": "fail on unsupported escaped char on sinle line string"
  }
]