Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
G
geany
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
geany
Commits
0101365b
Kaydet (Commit)
0101365b
authored
Agu 08, 2013
tarafından
Colomban Wendling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
PHP: Add strings tests
üst
a114d1c3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
34 additions
and
0 deletions
+34
-0
Makefile.am
tests/ctags/Makefile.am
+1
-0
strings.php
tests/ctags/strings.php
+24
-0
strings.php.tags
tests/ctags/strings.php.tags
+9
-0
No files found.
tests/ctags/Makefile.am
Dosyayı görüntüle @
0101365b
...
...
@@ -221,6 +221,7 @@ test_sources = \
state_machine.v
\
static_array.c
\
stdcall.f
\
strings.php
\
strings.rb
\
structure.f
\
tabindent.py
\
...
...
tests/ctags/strings.php
0 → 100644
Dosyayı görüntüle @
0101365b
<?php
$a
=
"hello"
;
$b
=
'hello'
;
$c
=
"hello
\"
buddy
\"
"
;
$d
=
'hello \'buddy\''
;
$e
=
<<<EOS
hello buddy
EOS;
$f
=
<<<'EOS'
hello buddy
EOS;
$g
=
<<<
"EOS"
hello
buddy
EOS
;
# just to check we're correctly out of a string here
$zzz_end
=
42
;
tests/ctags/strings.php.tags
0 → 100644
Dosyayı görüntüle @
0101365b
# format=tagmanager
a163840
b163840
c163840
d163840
e163840
f163840
g163840
zzz_end163840
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment