85e04b1eb1a721d42db51d49e49dfeb8255a5741 931004157205727e6a47586feaed0473c6ddbd66 Mindaugas Mozūras <mindaugas.mozuras@gmail.com> 1456674164 +0200 commit (amend): Initial commit
931004157205727e6a47586feaed0473c6ddbd66 931004157205727e6a47586feaed0473c6ddbd66 Mindaugas Mozūras <mindaugas.mozuras@gmail.com> 1456674177 +0200 checkout: moving from master to curly
931004157205727e6a47586feaed0473c6ddbd66 3a6237c5feacca9a37c36bec5110a1eeb9da703b Mindaugas Mozūras <mindaugas.mozuras@gmail.com> 1456674189 +0200 commit: Add a line of code that does not have the correct curlies (eslint)
+3a6237c5feacca9a37c36bec5110a1eeb9da703b 37018e429ad00f0ec961bd218e3dfa6a6e8cc05b Markus Doits <markus.doits@stellenticket.de> 1460316876 +0200 commit: add es6 file
0000000000000000000000000000000000000000 931004157205727e6a47586feaed0473c6ddbd66 Mindaugas Mozūras <mindaugas.mozuras@gmail.com> 1456674177 +0200 branch: Created from HEAD
931004157205727e6a47586feaed0473c6ddbd66 3a6237c5feacca9a37c36bec5110a1eeb9da703b Mindaugas Mozūras <mindaugas.mozuras@gmail.com> 1456674189 +0200 commit: Add a line of code that does not have the correct curlies (eslint)
+3a6237c5feacca9a37c36bec5110a1eeb9da703b 37018e429ad00f0ec961bd218e3dfa6a6e8cc05b Markus Doits <markus.doits@stellenticket.de> 1460316876 +0200 commit: add es6 file
--- /dev/null
+x\ 1¥\8eA
+Â0\10E]ç\14³\17d\92Ø\98\82\88\v·\1eb2\99`°µÒLÑã[½\82»ÿ>\9fÇçi\1c«\82\vv£³\bp\91\98Øvè\\89i\9f=\vÅ>±CJÉúÒÇ®\88$4O\9aå¡à)8\7fàµ$fêiÍ>$áÎZ$».ûL\aôÉТ·i\86+Í÷¥ÁeªÚà8þh\97¿tn*ð:+ßEwYN`÷\ 1½\r]\f°E\87hø÷Vå_\8f¡\9c¡ÔAàUõ\ 6Ò\ 2´¥\94ú6\1f1CW\10
\ No newline at end of file
--- /dev/null
+x\ 1¥ÎA\ e \10\85a×\9cbö&\r\14\18 1Æ\85[\ f1\fÓØØZSèý½\82»÷o¾<^æylлtj«\b\84\90=\a,ZÛlb\ e\91\9dÉ\11Åb\8c\8eÅ¥Áiî}R\1fZåÝÀ\12ö6°\1f\84\98)Ѿ-fao\8c&#\92S¡°[\8a¶ö\VxÐúÚ*Ü\97±U¸ÌGuåW·Úd\9avsä\97´®È\15\8cCm\rÆ\80pÖ½Ö\8a\8f·Mþu\14\95\ 2R\11\86q\12õ\ 5Õ\97Põ
\ No newline at end of file
-3a6237c5feacca9a37c36bec5110a1eeb9da703b
+37018e429ad00f0ec961bd218e3dfa6a6e8cc05b
--- /dev/null
+function HelloWorld(name)
+{
+ if (foo) foo++;
+ alert(name);
+}
it { should == [] }
end
- context 'patches with a four warnings' do
+ context 'patches with a four and a five warnings' do
include_context 'test repo'
let(:patches) { repo.diff('master') }
- its(:count) { should == 4 }
+ its(:count) { should == 9 }
its(:'first.msg') { should == "Expected { after 'if' condition." }
end
end