Blame view

bower_components/prism/tests/languages/python/string_feature.test 275 Bytes
eb240478   Luigi Serra   public room cards...
1
2
3
4
5
6
7
8
  ""

  "fo\"obar"

  ''

  'fo\'obar'

  

  ----------------------------------------------------

  

  [

eb240478   Luigi Serra   public room cards...
9
10
11
12
13
14
15
16
17
  	["string", "\"\""],

  	["string", "\"fo\\\"obar\""],

  	["string", "''"],

  	["string", "'fo\\'obar'"]

  ]

  

  ----------------------------------------------------

  

  Checks for strings.