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
cf9385c6
Kaydet (Commit)
cf9385c6
authored
Tem 29, 2014
tarafından
SiegeLord
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Rust: Add test for character literals.
üst
756344d9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
test_input.rs
tests/ctags/test_input.rs
+9
-0
test_input.rs.tags
tests/ctags/test_input.rs.tags
+2
-0
No files found.
tests/ctags/test_input.rs
Dosyayı görüntüle @
cf9385c6
...
...
@@ -6,6 +6,15 @@ use std::io::stdio::println;
use
test_input2
::
*
;
mod
test_input2
;
fn
lifetime_and_char
<
'lifetime
>
(
_
:
&
'lifetime
int
)
{
let
s
=
'"'
;
let
s
=
'}'
;
let
s
=
'\''
;
let
s
=
'\uffff'
;
fn
not_hidden_by_char
()
{}
}
fn
preserve_string_delims
(
_bar
:
extern
r
#
"C"
#
fn
())
{}
pub
struct
A
...
...
tests/ctags/test_input.rs.tags
Dosyayı görüntüle @
cf9385c6
...
...
@@ -27,9 +27,11 @@ foo
foo_field_18Foo0
gfunc16<X:Testable+DoZ>(x:&X)0
ignore655360
lifetime_and_char16<'lifetime>(_: &'lifetime int)0
main16()0
my_method128(&self,_:int)Foo0
nested16()main0
not_hidden_by_char16()lifetime_and_char0
only_field8S10
preserve_string_delims16(_bar: extern r#"C"# fn())0
size163840
...
...
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