This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
admin-panel/graphql-types/node_modules/title-case/dist/index.spec.js.map

1 line
4.8 KiB
Plaintext
Raw Normal View History

2021-03-09 18:44:13 +00:00
{"version":3,"file":"index.spec.js","sourceRoot":"","sources":["../src/index.spec.ts"],"names":[],"mappings":";;AAAA,6BAA+B;AAC/B,sBAA8B;AAE9B;;GAEG;AACH,IAAM,UAAU,GAAuB;IACrC,CAAC,EAAE,EAAE,EAAE,CAAC;IACR,CAAC,MAAM,EAAE,MAAM,CAAC;IAChB,CAAC,MAAM,EAAE,MAAM,CAAC;IAChB,CAAC,WAAW,EAAE,WAAW,CAAC;IAC1B,CAAC,WAAW,EAAE,WAAW,CAAC;IAC1B,CAAC,qBAAqB,EAAE,qBAAqB,CAAC;IAC9C,CAAC,oBAAoB,EAAE,oBAAoB,CAAC;IAC5C,CAAC,0BAA0B,EAAE,0BAA0B,CAAC;IACxD,CAAC,wBAAwB,EAAE,wBAAwB,CAAC;IACpD,CAAC,kCAAkC,EAAE,kCAAkC,CAAC;IACxE,CAAC,6BAA6B,EAAE,6BAA6B,CAAC;IAC9D,CAAC,qBAAqB,EAAE,qBAAqB,CAAC;IAC9C;QACE,uCAAuC;QACvC,uCAAuC;KACxC;IACD,CAAC,yBAAyB,EAAE,yBAAyB,CAAC;IACtD,CAAC,uBAAuB,EAAE,uBAAuB,CAAC;IAClD,CAAC,yBAAyB,EAAE,yBAAyB,CAAC;IACtD,CAAC,uBAAuB,EAAE,uBAAuB,CAAC;IAClD,CAAC,yBAAyB,EAAE,yBAAyB,CAAC;IACtD,CAAC,aAAa,EAAE,aAAa,CAAC;IAC9B,CAAC,iBAAiB,EAAE,iBAAiB,CAAC;IACtC,CAAC,4BAA4B,EAAE,4BAA4B,CAAC;IAC5D,CAAC,kCAAkC,EAAE,kCAAkC,CAAC;IACxE,CAAC,8BAA8B,EAAE,8BAA8B,CAAC;IAChE,CAAC,UAAU,EAAE,UAAU,CAAC;IACxB,CAAC,qBAAqB,EAAE,qBAAqB,CAAC;IAC9C,CAAC,uBAAuB,EAAE,uBAAuB,CAAC;IAClD,CAAC,iCAAiC,EAAE,iCAAiC,CAAC;IACtE;QACE,wCAAwC;QACxC,wCAAwC;KACzC;IACD,CAAC,4BAA4B,EAAE,4BAA4B,CAAC;IAC5D,CAAC,0BAA0B,EAAE,0BAA0B,CAAC;IACxD,CAAC,eAAe,EAAE,eAAe,CAAC;IAClC,CAAC,cAAc,EAAE,cAAc,CAAC;IAChC,CAAC,cAAc,EAAE,cAAc,CAAC;IAChC,CAAC,aAAa,EAAE,aAAa,CAAC;IAC9B;QACE,4DAA4D;QAC5D,4DAA4D;KAC7D;IACD;QACE,8FAA8F;QAC9F,8FAA8F;KAC/F;IACD;QACE,6CAA6C;QAC7C,6CAA6C;KAC9C;IACD,CAAC,qBAAqB,EAAE,qBAAqB,CAAC;IAC9C,CAAC,uBAAuB,EAAE,uBAAuB,CAAC;CACnD,CAAC;AAEF,QAAQ,CAAC,WAAW,EAAE;4BACR,KAAK,EAAE,MAAM;QACvB,EAAE,CAAI,cAAO,CAAC,KAAK,CAAC,YAAO,cAAO,CAAC,MAAM,CAAG,EAAE;YAC5C,MAAM,CAAC,YAAS,CAAC,KAAK,CAAC,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;QAC3C,CAAC,CAAC,CAAC;;IAHL,KAA8B,UAAU,EAAV,yBAAU,EAAV,wBAAU,EAAV,IAAU;QAA7B,IAAA,qBAAe,EAAd,KAAK,QAAA,EAAE,MAAM,QAAA;gBAAb,KAAK,EAAE,MAAM;KAIxB;AACH,CAAC,CAAC,CAAC","sourcesContent":["import { inspect } from \"util\";\nimport { titleCase } from \".\";\n\n/**\n * Based on https://github.com/gouch/to-title-case/blob/master/test/tests.json.\n */\nconst TEST_CASES: [string, string][] = [\n [\"\", \"\"],\n [\"2019\", \"2019\"],\n [\"test\", \"Test\"],\n [\"two words\", \"Two Words\"],\n [\"one. two.\", \"One. Two.\"],\n [\"a small word starts\", \"A Small Word Starts\"],\n [\"small word ends on\", \"Small Word Ends On\"],\n [\"we keep NASA capitalized\", \"We Keep NASA Capitalized\"],\n [\"pass camelCase through\", \"Pass camelCase Through\"],\n [\"follow step-by-step instructions\", \"Follow Step-by-Step Instructions\"],\n [\"your hair[cut] looks (nice)\", \"Your Hair[cut] Looks (Nice)\"],\n [\"leave Q&A unscathed\", \"Leave Q&A Unscathed\"],\n [\n \"piña colada while you listen to ænima\",\n \"Piña Colada While You Listen to Ænima\",\n ],\n [\"start title end title\", \"Start Title End Title\"],\n [\"start titleend title\", \"Start TitleEnd Title\"],\n [\"start title — end title\", \"Start Title — End Title\"],\n [\"start title—end title\", \"Start Title—End Title\"],\n [\"start title - end title\", \"Start Title - End Title\"],\n [\"don't break\", \"Don't Break\"],\n ['\"double quotes\"', '\"Double Quotes\"'],\n ['double quotes \"inner\" word', 'Double Quotes \"Inner\" Word'],\n [\"fancy double quotes “inner” word\", \"Fancy Double Quotes “Inner” Word\"],\n [\"have you read “The Lottery”?\", \"Have You Read “The Lottery”?\"],\n [\"one: two\", \"One: Two\"],\n [\"one two: three four\", \"One Two: Three Four\"],\n ['one two: \"Three Four\"', 'One Two: \"Three Four\"'],\n [\"email email@example.com address\", \"Email email@example.com Address\"],\n [\n \"you have an https://example.com/ title\",\n \"You Have an https://example.com/ Title\",\n ],\n [\"_underscores around words_\", \"_Underscores Around Words_\"],\n [\"*asterisks around words*\", \"*Asterisks Around Words*\"],\n [\"this vs. that\", \"This vs. That\"],\n [\"this vs that\", \"This vs That\"],\n [\"this v. that\", \"This v. That\"],\n [\"this v that\", \"This v That\"],\n [\n \"Scott Moritz and TheStreet.coms mi