Path: blob/master/Utilities/ast-grep/rule-tests/__snapshots__/cmstrcat-to-char-literal-snapshot.yml
3152 views
id: cmstrcat-to-char-literal1snapshots:2cmStrCat("'"):3fixed: cmStrCat('\'')4labels:5- source: '"''"'6style: primary7start: 98end: 129- source: cmStrCat("'")10style: secondary11start: 012end: 1313cmStrCat("'", other):14fixed: cmStrCat('\'', other)15labels:16- source: '"''"'17style: primary18start: 919end: 1220- source: cmStrCat("'", other)21style: secondary22start: 023end: 2024- source: ','25style: secondary26start: 1227end: 1328- source: (29style: secondary30start: 831end: 932cmStrCat("\""):33fixed: cmStrCat('"')34labels:35- source: '"\""'36style: primary37start: 938end: 1339- source: cmStrCat("\"")40style: secondary41start: 042end: 1443cmStrCat("\"", other):44fixed: cmStrCat('"', other)45labels:46- source: '"\""'47style: primary48start: 949end: 1350- source: cmStrCat("\"", other)51style: secondary52start: 053end: 2154- source: ','55style: secondary56start: 1357end: 1458- source: (59style: secondary60start: 861end: 962cmStrCat("\'"):63fixed: cmStrCat('\'')64labels:65- source: '"\''"'66style: primary67start: 968end: 1369- source: cmStrCat("\'")70style: secondary71start: 072end: 1473cmStrCat("\'", other):74fixed: cmStrCat('\'', other)75labels:76- source: '"\''"'77style: primary78start: 979end: 1380- source: cmStrCat("\'", other)81style: secondary82start: 083end: 2184- source: ','85style: secondary86start: 1387end: 1488- source: (89style: secondary90start: 891end: 992cmStrCat("\n"):93fixed: cmStrCat('\n')94labels:95- source: '"\n"'96style: primary97start: 998end: 1399- source: cmStrCat("\n")100style: secondary101start: 0102end: 14103cmStrCat("\n", other):104fixed: cmStrCat('\n', other)105labels:106- source: '"\n"'107style: primary108start: 9109end: 13110- source: cmStrCat("\n", other)111style: secondary112start: 0113end: 21114- source: ','115style: secondary116start: 13117end: 14118- source: (119style: secondary120start: 8121end: 9122cmStrCat("n"):123fixed: cmStrCat('n')124labels:125- source: '"n"'126style: primary127start: 9128end: 12129- source: cmStrCat("n")130style: secondary131start: 0132end: 13133cmStrCat("n", other):134fixed: cmStrCat('n', other)135labels:136- source: '"n"'137style: primary138start: 9139end: 12140- source: cmStrCat("n", other)141style: secondary142start: 0143end: 20144- source: ','145style: secondary146start: 12147end: 13148- source: (149style: secondary150start: 8151end: 9152cmStrCat(other, "'"):153fixed: cmStrCat(other, '\'')154labels:155- source: '"''"'156style: primary157start: 16158end: 19159- source: cmStrCat(other, "'")160style: secondary161start: 0162end: 20163- source: )164style: secondary165start: 19166end: 20167- source: ','168style: secondary169start: 14170end: 15171cmStrCat(other, "'", other):172fixed: cmStrCat(other, '\'', other)173labels:174- source: '"''"'175style: primary176start: 16177end: 19178- source: cmStrCat(other, "'", other)179style: secondary180start: 0181end: 27182- source: ','183style: secondary184start: 19185end: 20186- source: ','187style: secondary188start: 14189end: 15190cmStrCat(other, "\""):191fixed: cmStrCat(other, '"')192labels:193- source: '"\""'194style: primary195start: 16196end: 20197- source: cmStrCat(other, "\"")198style: secondary199start: 0200end: 21201- source: )202style: secondary203start: 20204end: 21205- source: ','206style: secondary207start: 14208end: 15209cmStrCat(other, "\"", other):210fixed: cmStrCat(other, '"', other)211labels:212- source: '"\""'213style: primary214start: 16215end: 20216- source: cmStrCat(other, "\"", other)217style: secondary218start: 0219end: 28220- source: ','221style: secondary222start: 20223end: 21224- source: ','225style: secondary226start: 14227end: 15228cmStrCat(other, "\'"):229fixed: cmStrCat(other, '\'')230labels:231- source: '"\''"'232style: primary233start: 16234end: 20235- source: cmStrCat(other, "\'")236style: secondary237start: 0238end: 21239- source: )240style: secondary241start: 20242end: 21243- source: ','244style: secondary245start: 14246end: 15247cmStrCat(other, "\'", other):248fixed: cmStrCat(other, '\'', other)249labels:250- source: '"\''"'251style: primary252start: 16253end: 20254- source: cmStrCat(other, "\'", other)255style: secondary256start: 0257end: 28258- source: ','259style: secondary260start: 20261end: 21262- source: ','263style: secondary264start: 14265end: 15266cmStrCat(other, "\n"):267fixed: cmStrCat(other, '\n')268labels:269- source: '"\n"'270style: primary271start: 16272end: 20273- source: cmStrCat(other, "\n")274style: secondary275start: 0276end: 21277- source: )278style: secondary279start: 20280end: 21281- source: ','282style: secondary283start: 14284end: 15285cmStrCat(other, "\n", other):286fixed: cmStrCat(other, '\n', other)287labels:288- source: '"\n"'289style: primary290start: 16291end: 20292- source: cmStrCat(other, "\n", other)293style: secondary294start: 0295end: 28296- source: ','297style: secondary298start: 20299end: 21300- source: ','301style: secondary302start: 14303end: 15304cmStrCat(other, "n"):305fixed: cmStrCat(other, 'n')306labels:307- source: '"n"'308style: primary309start: 16310end: 19311- source: cmStrCat(other, "n")312style: secondary313start: 0314end: 20315- source: )316style: secondary317start: 19318end: 20319- source: ','320style: secondary321start: 14322end: 15323cmStrCat(other, "n", other):324fixed: cmStrCat(other, 'n', other)325labels:326- source: '"n"'327style: primary328start: 16329end: 19330- source: cmStrCat(other, "n", other)331style: secondary332start: 0333end: 27334- source: ','335style: secondary336start: 19337end: 20338- source: ','339style: secondary340start: 14341end: 15342343344