From 444047d3f2357079f6885858652867cc764995d8 Mon Sep 17 00:00:00 2001 From: Anthony C Date: Tue, 25 Jul 2017 17:42:04 -0400 Subject: [PATCH] Kotlin - PigLatin WIP --- kotlin/flatten-array/.idea/workspace.xml | 16 ++--- .../.gradle/4.0.1/fileChanges/last-build.bin | Bin 0 -> 1 bytes .../.gradle/4.0.1/fileHashes/fileHashes.bin | Bin 0 -> 18547 bytes .../.gradle/4.0.1/fileHashes/fileHashes.lock | Bin 0 -> 17 bytes .../.gradle/buildOutputCleanup/built.bin | 0 .../buildOutputCleanup/cache.properties | 2 + .../buildOutputCleanup/cache.properties.lock | 1 + kotlin/pig-latin/README.md | 27 ++++++++ kotlin/pig-latin/build.gradle | 28 ++++++++ .../build/kotlin-build/caches/version.txt | 1 + .../META-INF/pig-latin_main.kotlin_module | Bin 0 -> 32 bytes .../classes/PigLatin$Companion.class | Bin 0 -> 2223 bytes .../out/production/classes/PigLatin.class | Bin 0 -> 689 bytes .../out/production/classes/PigLatinKt.class | Bin 0 -> 2648 bytes .../test/classes/PigLatinTest$Companion.class | Bin 0 -> 3429 bytes .../out/test/classes/PigLatinTest.class | Bin 0 -> 2254 bytes kotlin/pig-latin/pig-latin.iml | 13 ++++ kotlin/pig-latin/src/main/kotlin/.keep | 0 kotlin/pig-latin/src/main/kotlin/PigLatin.kt | 31 +++++++++ .../pig-latin/src/test/kotlin/PigLatinTest.kt | 61 ++++++++++++++++++ 20 files changed, 172 insertions(+), 8 deletions(-) create mode 100644 kotlin/pig-latin/.gradle/4.0.1/fileChanges/last-build.bin create mode 100644 kotlin/pig-latin/.gradle/4.0.1/fileHashes/fileHashes.bin create mode 100644 kotlin/pig-latin/.gradle/4.0.1/fileHashes/fileHashes.lock create mode 100644 kotlin/pig-latin/.gradle/buildOutputCleanup/built.bin create mode 100644 kotlin/pig-latin/.gradle/buildOutputCleanup/cache.properties create mode 100644 kotlin/pig-latin/.gradle/buildOutputCleanup/cache.properties.lock create mode 100644 kotlin/pig-latin/README.md create mode 100644 kotlin/pig-latin/build.gradle create mode 100644 kotlin/pig-latin/build/kotlin-build/caches/version.txt create mode 100644 kotlin/pig-latin/out/production/classes/META-INF/pig-latin_main.kotlin_module create mode 100644 kotlin/pig-latin/out/production/classes/PigLatin$Companion.class create mode 100644 kotlin/pig-latin/out/production/classes/PigLatin.class create mode 100644 kotlin/pig-latin/out/production/classes/PigLatinKt.class create mode 100644 kotlin/pig-latin/out/test/classes/PigLatinTest$Companion.class create mode 100644 kotlin/pig-latin/out/test/classes/PigLatinTest.class create mode 100644 kotlin/pig-latin/pig-latin.iml create mode 100644 kotlin/pig-latin/src/main/kotlin/.keep create mode 100644 kotlin/pig-latin/src/main/kotlin/PigLatin.kt create mode 100644 kotlin/pig-latin/src/test/kotlin/PigLatinTest.kt diff --git a/kotlin/flatten-array/.idea/workspace.xml b/kotlin/flatten-array/.idea/workspace.xml index 3c6dedd..0ded855 100644 --- a/kotlin/flatten-array/.idea/workspace.xml +++ b/kotlin/flatten-array/.idea/workspace.xml @@ -32,8 +32,8 @@ - - + + @@ -474,7 +474,7 @@ - + @@ -640,7 +640,7 @@ @@ -677,7 +677,7 @@ - @@ -692,7 +692,7 @@ - + @@ -757,8 +757,8 @@ - - + + diff --git a/kotlin/pig-latin/.gradle/4.0.1/fileChanges/last-build.bin b/kotlin/pig-latin/.gradle/4.0.1/fileChanges/last-build.bin new file mode 100644 index 0000000000000000000000000000000000000000..f76dd238ade08917e6712764a16a22005a50573d GIT binary patch literal 1 IcmZPo000310RR91 literal 0 HcmV?d00001 diff --git a/kotlin/pig-latin/.gradle/4.0.1/fileHashes/fileHashes.bin b/kotlin/pig-latin/.gradle/4.0.1/fileHashes/fileHashes.bin new file mode 100644 index 0000000000000000000000000000000000000000..bb53d2602a3662a9fdafe2b38fc34c5eac03fbae GIT binary patch literal 18547 zcmeI(F^U2)6adg@rwEF&FrbB&f-HiC^@4@iPif-?#LB`-TPyJjdw@O3f?zM$*$I1q zHNz-gLF5IJ|4EwvUz=nULQ?y`kMJBH&s0W$009C72oNAZfB*pk1PBlyK!5-N0t5)W zi$EG1Dd){3y<(PBmm%~kF)6IuyJfn$4)f#j*W>=+5#xS0KeG}bK!5-N0t5&UAV7cs z0RjXF5FkK+009C72oNAZfB*pk1PBlyK!5-N0t5&UAV7cs0RpceFo;EDkNrE@to^ip d_l@o0uXJ3TPtD0CeioRnzGw5i(qcWv&l_stDpddg literal 0 HcmV?d00001 diff --git a/kotlin/pig-latin/.gradle/4.0.1/fileHashes/fileHashes.lock b/kotlin/pig-latin/.gradle/4.0.1/fileHashes/fileHashes.lock new file mode 100644 index 0000000000000000000000000000000000000000..1bccc5fae659c0cfb6f8adcee1d49d83cd007661 GIT binary patch literal 17 TcmZSXRZM11Y3e@B00GPZCvF2* literal 0 HcmV?d00001 diff --git a/kotlin/pig-latin/.gradle/buildOutputCleanup/built.bin b/kotlin/pig-latin/.gradle/buildOutputCleanup/built.bin new file mode 100644 index 0000000..e69de29 diff --git a/kotlin/pig-latin/.gradle/buildOutputCleanup/cache.properties b/kotlin/pig-latin/.gradle/buildOutputCleanup/cache.properties new file mode 100644 index 0000000..c17db8a --- /dev/null +++ b/kotlin/pig-latin/.gradle/buildOutputCleanup/cache.properties @@ -0,0 +1,2 @@ +#Tue Jul 25 17:26:14 EDT 2017 +gradle.version=4.0.1 diff --git a/kotlin/pig-latin/.gradle/buildOutputCleanup/cache.properties.lock b/kotlin/pig-latin/.gradle/buildOutputCleanup/cache.properties.lock new file mode 100644 index 0000000..40fdece --- /dev/null +++ b/kotlin/pig-latin/.gradle/buildOutputCleanup/cache.properties.lock @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/kotlin/pig-latin/README.md b/kotlin/pig-latin/README.md new file mode 100644 index 0000000..65aebd5 --- /dev/null +++ b/kotlin/pig-latin/README.md @@ -0,0 +1,27 @@ +# Pig Latin + +Implement a program that translates from English to Pig Latin. + +Pig Latin is a made-up children's language that's intended to be +confusing. It obeys a few simple rules (below), but when it's spoken +quickly it's really difficult for non-children (and non-native speakers) +to understand. + +- **Rule 1**: If a word begins with a vowel sound, add an "ay" sound to + the end of the word. +- **Rule 2**: If a word begins with a consonant sound, move it to the + end of the word, and then add an "ay" sound to the end of the word. + +There are a few more rules for edge cases, and there are regional +variants too. + +See for more details. + + + +## Source + +The Pig Latin exercise at Test First Teaching by Ultrasaurus [https://github.com/ultrasaurus/test-first-teaching/blob/master/learn_ruby/pig_latin/](https://github.com/ultrasaurus/test-first-teaching/blob/master/learn_ruby/pig_latin/) + +## Submitting Incomplete Solutions +It's possible to submit an incomplete solution so you can see how others have completed the exercise. diff --git a/kotlin/pig-latin/build.gradle b/kotlin/pig-latin/build.gradle new file mode 100644 index 0000000..16c36c0 --- /dev/null +++ b/kotlin/pig-latin/build.gradle @@ -0,0 +1,28 @@ +buildscript { + ext.kotlin_version = '1.1.1' + repositories { + mavenCentral() + } + dependencies { + classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" + } +} + +apply plugin: 'kotlin' + +repositories { + mavenCentral() +} + +dependencies { + compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" + + testCompile 'junit:junit:4.12' + testCompile "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version" +} +test { + testLogging { + exceptionFormat = 'full' + events = ["passed", "failed", "skipped"] + } +} diff --git a/kotlin/pig-latin/build/kotlin-build/caches/version.txt b/kotlin/pig-latin/build/kotlin-build/caches/version.txt new file mode 100644 index 0000000..01aabac --- /dev/null +++ b/kotlin/pig-latin/build/kotlin-build/caches/version.txt @@ -0,0 +1 @@ +11001 \ No newline at end of file diff --git a/kotlin/pig-latin/out/production/classes/META-INF/pig-latin_main.kotlin_module b/kotlin/pig-latin/out/production/classes/META-INF/pig-latin_main.kotlin_module new file mode 100644 index 0000000000000000000000000000000000000000..d5cb8e1518f83fa9b0e97c7240bcc5cbbbee91f5 GIT binary patch literal 32 hcmZQzU|?ooU|@t|HZDFc1|hD1%ygf`lFU5s5&#(P1R($b literal 0 HcmV?d00001 diff --git a/kotlin/pig-latin/out/production/classes/PigLatin$Companion.class b/kotlin/pig-latin/out/production/classes/PigLatin$Companion.class new file mode 100644 index 0000000000000000000000000000000000000000..950f75a0e8cf6e74f154cc3233cefe31b8e0bf59 GIT binary patch literal 2223 zcmb7F%XSk-5WPKmj2H_ejCsf=U}6XSz>Hk-TuM*Tksj$qPZe9PyG)^lY=%)1NHCnLd&(8k-r8>1LMq3X+_iI3 z9}|d5V8UWJUfFai^;PckhC?2?pc9SZ+#t3P|MGrlGiymCanQmLh8d3av&n99zvO)1 za%9CZkzzR7L8F|f$_`Nmx2Yr}3N2{XXZNdbnXPs4B<51CtCC)bk|KxF_@b?C{hvHXFg2gEY1z#157hS zWqW$G8+(8{6nPeN+VA`xVucx*xWHg_X{f8Zz;L+Y$!*71_q^^xlK2|8kikVtoHv_} ztTN0G7CQ|04i0u|Mle3aN4i8GGq8ySE;F3mAE4_UmUP*IjVqKMF^`_h;-LSY+a09- zo`oc?;xm1npVK8MFGR_(w@@AINnAtLLKN2tp`dFRpi9Sv;fU|3mM=rQgO(w^&$XKf zRX1oqPt7j6fY7nW4tjf0wJ8FElLf%|pG zU!GaBVCaoUrsyiWi;o-aRfY@yFB%b|yP@DHUge4tY@@Lqp+3g+5GS+THbJGUlU2>o zW88fo?4%fl!cIVncZrccuf7P*FPDCx+@pzRPbolt5Uxl$$J&<=3q(jO1;3F9eez4ODfTDa&lV)f;O%6+b6@+e^-0maF3f+ z@>+hyxheFSqoHx#DYt4jo+^hLsz>Q0b5c5f*5yIq5E;^)$ZPvfr8j60DfB0T!-yeH zvO?D1q{T^!xsd}qI5fA5!_nVk>ygyN{YWGgXFE7vc#ZV>OT1S+{|b`~OR;q96=oQI z#2Ky4Gwi}%iq5B_JGk@$pNuTg@ZjgSf4zpiKK~M*E=AK(io1iA7r60j8$y-FO9W#D zhj0^L5VT2>Um{1a#!Yx16dZe#O|o6uv=m4PA1xFJNU$VFS|LFYQl%6Sphzf(%1KOcvg@tZPR{u) zoVX$ml|VvKkNhaabJ_&S9($hO8;_s={QdbGKofO_;yX2L3#)VijG;UdQxU~N52Lre zk?h+7JO=+jX=R@?c=d;!5PA3kawst5>=$Jig7#8mp9By3@kM&6l_n=bt5h>=uX6TQ zQOe$Ik5fze(UG)bAgrJmPo^H(V-9?xy#)mW8xtEe80zy`81M=YczHexc+soOXFFb# zKV{FD_cDL>)#qh?_RY_^{3atUte>di)|UED#+EwON(YiIZKr(^ zcSNQ{FP0x2Fl@AymTx9WPi7a9;6pme`tr4M$Kj#YGHb=c7)i~pzMp8T64_BkQTYq4 zQ%lbxUue+HIoCN`bOlbPh_zL5 z1@1p6`xk1T*eP!Pz>d=Z#qSYv?BYJH0oB!rg=FFZ@fPuQGO^KxcZl+0Y+`H4E>i&8 X4z6^;46fo@7kPugpkm+~ga*}r6$XoD literal 0 HcmV?d00001 diff --git a/kotlin/pig-latin/out/production/classes/PigLatinKt.class b/kotlin/pig-latin/out/production/classes/PigLatinKt.class new file mode 100644 index 0000000000000000000000000000000000000000..855585af56da9a33c87aba2265bc85855837cb3d GIT binary patch literal 2648 zcma)8&r=g;7=FGau&@M-DA*81l&BEE5UA89XhoD32|p?pi?-4wSz#gBjoA(AOb_0A z>`ZUoI@5!lP7ggHqca_*2M?WIdhzN%(MxA)>GN$i5TMo$?6=SReedu0{oc*5e?R*f zzyKZ!s58b=T5}9@!ciauLMz&u7SCzsQha)GMbB{8FQ6FqoONH%2?V-EyKe~`+F=`A z){0uj(TfTcfdCerD(cW6P@j{B8TU|(l8zSjjBc#yMS+7E%Or4a zSQVcHPIskuEX_Ja!(2*r@81&WOk2gJ_=@f<7B$1P1wZn#KI2Q%{T~g{Oj;V;CU7&SGN@jRgzgN=DjIN+V zpv8;9(H}VRa#n0vzmozrca5U$2t=wKtyYlgW4+W>%oD zTJ()M_ku_T5krskxmUoaJ*>l7fjY-3%LyFr`j>JA(T{|b86dC03~P?X21r#K-tBYR zi#TKDa%@Vstde8g6Q&#Q;+%|WNZ|Nem=&C7OD}8o6!Yh1{#Fo4q*T0*VR~e8TPk;t zn5~QWKptHZILhwdSMKUeT$WL>uNyoUW;BC!zWUb2@mi_e0w1av!$-WE87p6~Ox<)6 zdlTvL2XPG(k~_WY=9ZJMV5(ZjKoB!!=8t6{Zw#aC!>o#F++ax!W+)UjqFOW&Eoeo@ zkjWPikwT69<0zzP3gRvx%v#sbDPi<>Vw?$a4a*1u9eQ>?%_j z7`3t-h|Os$qvhtbqMeX5jS)QjFuH|mT@RMZ?d#dL4nL&bMBEW<( zWeCf;!JrGIUck>kV6^SR(G3KLBO&cuD1j#k_#+{`0v|;}MisWIaA_O=NHu=kn_isR|nCQfYN%m%t2qrJ!5jjf}vInHGrgIsSu!FRD_jdz%= ztpFul<4V7mtP9tz`gL5P!iKQo!L1k1F*YBr zrLC~S0D?$NEj-aRfp$Mk&9Q+)E1%#@q&0vfQ)@aLFa z)kQb)DfhDI!94fsF+utkZZqSTq2V*4TF%53e2zP828kBP5yUfo!@l62-$hX(ALW0i z%x$-luUN@Dv@0ul4b9Zj!t+*+%_A5>8#NuLg$~*~LF*^!OB=rAT>lEE@HI~JIe~A` zg&(;8j8ZRY?LWDD)6S1?UTGi5-mP&;1pGs!+_RQ`l-i;d;m=5xp^ zySkb0l9c0&a0x%wNcv#mKHtC1PL9lM|8C;#Rwvw_6l!d?qk_iNo{mIE)dbk)pKy3I z(6LaST(%VVz7@N_<_ilI7D~j@YN9jIJJ_F0sENej`ObmfM1OKHp~kN6Sat8R8v9Sv zR5UO|P219Vz=*~e=OU|^xefm~vhKf*yA^7Q8(1EPffd%!#wv2GzKxKLyp0-nB{2U1 DU5|yk literal 0 HcmV?d00001 diff --git a/kotlin/pig-latin/out/test/classes/PigLatinTest$Companion.class b/kotlin/pig-latin/out/test/classes/PigLatinTest$Companion.class new file mode 100644 index 0000000000000000000000000000000000000000..b8193000dbe27f4eb62215a1e88e2905dee7a425 GIT binary patch literal 3429 zcmb7GOH&-z75;9|Fw<)B7)DqIJC2CJ4lijQ0tS#38zIR;8W0i+i9%wj8CpX_PdDoB z!N{^=0s-#k-DkqdyDgOYky~sMhz?I5(dYXZ#m`YqV)8{+qeCOOg zx6gfi{qGll15m{86;3YM)v_7d?rkdw2j{%nw&~iQn}$-zY??b}&N1C;?#9}tRSDBb zC?wa-&}87y@ak&$fUz9!5w^?`XFz44@ z*YbnhlIfc@E3|z3V{3h|sRg7bU3wJWd}O=p*6!n({?Iqwz%fH>=u!Uh@P$W(#|i_D zoL0Ezo3TCp3Cr|#oMa?{kb4R3s^fV&-e8gliv0%)DKDBz9Y0ji8(2L3jHt6v<~hxX z2#S4>*|+Vgj(4Jz+hQ9c-11Dv)GXt?RjPNb@L0#8qRq|CfJkQZ_P3FUMsEVg7wS?>`7P&}I1B+*g zt+5+L-y%nlSZ^zIKB(K3t^WIF5cadbbgU@!&>}C`Pvd=xx*J9QoSvh)H;rE?9Jd^+ zX1QT7Xzy^WaKjE1ddo*I6n0nYU7Ib<=|~I>ue9SX?iomeOQbM#cq!N}+uSvs+$HP2 zS$D!Y_GswWE1~BvnEsaKpC4W^ph@6~!ODU2ZY}aEoc(^;6uS2V7Oc>eRm+#vYC8$8 zeI<_+)wM{4g4&|CUQoEX_oUa*dNo7K>^(6wT|hVgor3k3pCx+to)opbx|r6rmrqk# zM!VLRNxadSHL`j(nbq=b`D8wMH68gRwlPou729PA?s?T5cx8oO-G<}Rnub=Z4$E9Cc{^VYfTWXoQ~bXH6@;F@FImIv8o z+qD+!wKdC+Eq%A@ZfMu66+5s=nLXHkxO2t6d3Wasud(da{fc$Pmc%^`<&w2luU_5_ zEjQo}#&@5WU2@JbgTM+sb6=C1FjsVi_^(ys$2` zVjYiJ?+I(R6{|gF%?ayrD^^F$`aoFotyrBg>$3lM9-V(n zUtnH6j%Ln8^$=8ZdkZas!U*(Q0d7+LP$M^}u|{zCt&yupD{AwEW5v=Yi}yeeC8V-<;c m*wJqjTl< literal 0 HcmV?d00001 diff --git a/kotlin/pig-latin/out/test/classes/PigLatinTest.class b/kotlin/pig-latin/out/test/classes/PigLatinTest.class new file mode 100644 index 0000000000000000000000000000000000000000..aea3fe45e9af9a6676a98c0dca2dd6ef5b730e78 GIT binary patch literal 2254 zcmb7FZBr9h6n^dovda=7i6C#SVns;;xM-MP z>8E~dZGD+`ro;HLKdRH`Zk7-dolY~!eL45sbDr~@b8i0r=a0Vt%)k~%+;=w%cHnv| zjtq1Nf#kNmXIo|4+qCX&Y&%6tV*)EzO_{I9=O5QtU%|UU9LF- zXWNvdb>H^wiW4}#`=e8$Zbv{z0c-#$9OkQ_sX~lbd!)L{7e4DZ84$D9)NVgLhO0wp>Y~8}vlXpQ|Us z2{wG&^`vEcUNvB85UI6T4Hj$VGV^0>Ize9XM&Oy(#4V7b#?6)_#^+pC&Q*c&=BOgX zO@JdwcGW%c!|o9&`9d9evT&;h#5hE=-G8QFS4** z?_q^mXLYC$1WskL>+9`_;lW|JDk*pND$A-wii~-(sh8_7L`(CJHIgK$-r@0C5Eyyv zdL`%4{^ij|i)9{9?Psq%p59lz`k`v`J9K;4nW|Wi_}5WL;0A7*Siqvdbfy_yqhxN> zdupDQ9Qd_jQ1usVf5-7>Rq}JVuWo-XkZXP7-W-6AWq~vQp|9f$0rMzof!^jQF72>~ zM)-;bZpF!ad#-dh%FeZ;t|LkF)e=cc7pg_OylVTdO^p>b&{o0qoW)vY!|@}@P-JWM zHI~L&{WM@5b7(GCYktwW&-rWqOr8L< z=))Yo;YztSIj1m=Ok~`mOx^2LR)685*;r?jF?AV4)f__#+1DEC`M-u(N|=Zct#MY* zz{o^;@+D>_)9-T3y}X((6~_v zsE-CdAkiWudN4FbCjZ33ns|Yw-*8vC0{@iQGCWo3I7w~w(Vyb(bKFy*BBZyM-fnUI z85M3zZ; literal 0 HcmV?d00001 diff --git a/kotlin/pig-latin/pig-latin.iml b/kotlin/pig-latin/pig-latin.iml new file mode 100644 index 0000000..28cdd60 --- /dev/null +++ b/kotlin/pig-latin/pig-latin.iml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/kotlin/pig-latin/src/main/kotlin/.keep b/kotlin/pig-latin/src/main/kotlin/.keep new file mode 100644 index 0000000..e69de29 diff --git a/kotlin/pig-latin/src/main/kotlin/PigLatin.kt b/kotlin/pig-latin/src/main/kotlin/PigLatin.kt new file mode 100644 index 0000000..d36dfd6 --- /dev/null +++ b/kotlin/pig-latin/src/main/kotlin/PigLatin.kt @@ -0,0 +1,31 @@ +class PigLatin { + companion object { + fun translate(inpString: String): String { + val stringList: List = inpString.split(' ') + val returnStringBuilder = StringBuilder() + for (i in stringList){ + returnStringBuilder.append(i.convertToPigLatin()).append(" ") + } + return String(returnStringBuilder).trim() + } + + } +} + +fun Char.isVowel(): Boolean{ + val lowercase = this.toLowerCase() + return ((lowercase == 'a') or (lowercase == 'e') or (lowercase == 'i') or (lowercase == 'o') or (lowercase == 'u')) +} + +fun String.convertToPigLatin(): String{ + val returnStringBuilder = StringBuilder() + if (this.first().isVowel()){ + returnStringBuilder.append(this + "ay") + } + else { + // TODO: Start accounting for edge cases + val (first, temp) = this.partition { it === this.first() } + returnStringBuilder.append(temp + first + "ay") + } + return String(returnStringBuilder) +} \ No newline at end of file diff --git a/kotlin/pig-latin/src/test/kotlin/PigLatinTest.kt b/kotlin/pig-latin/src/test/kotlin/PigLatinTest.kt new file mode 100644 index 0000000..5616680 --- /dev/null +++ b/kotlin/pig-latin/src/test/kotlin/PigLatinTest.kt @@ -0,0 +1,61 @@ +import org.junit.Test +import org.junit.Ignore +import org.junit.runner.RunWith +import org.junit.runners.Parameterized +import kotlin.test.assertEquals + +@RunWith(Parameterized::class) +class PigLatinTest(val input: String, val expectedOutput: String) { + + companion object { + @JvmStatic + @Parameterized.Parameters(name = "{index}: translate({0})={1}") + fun data() = arrayOf( + // Ay is added to words that start with vowels + arrayOf("apple", "appleay"), + arrayOf("ear", "earay"), + arrayOf("igloo", "iglooay"), + arrayOf("object", "objectay"), + arrayOf("under", "underay"), + + // First letter and ay are moved to the end of words that start with consonants + arrayOf("pig", "igpay"), + arrayOf("koala", "oalakay"), + arrayOf("yellow", "ellowyay"), + arrayOf("xenon", "enonxay"), + + // Ch is treated like a single consonant + arrayOf("chair", "airchay"), + + // Qu is treated like a single consonant + arrayOf("queen", "eenquay"), + + // Qu and a single preceding consonant are treated like a single consonant + arrayOf("square", "aresquay"), + + // Th is treated like a single consonant + arrayOf("therapy", "erapythay"), + + // Thr is treated like a single consonant + arrayOf("thrush", "ushthray"), + + // Sch is treated like a single consonant + arrayOf("school", "oolschay"), + + // Yt is treated like a single vowel + arrayOf("yttria", "yttriaay"), + + // Xr is treated like a single vowel + arrayOf("xray", "xrayay"), + + // Phrases are translated + arrayOf("quick fast run", "ickquay astfay unray") + ) + } + + + @Test + fun test() { + assertEquals(expectedOutput, PigLatin.translate(input)) + } +}