mirror of
https://github.com/dlang-community/dfmt.git
synced 2025-04-25 21:00:03 +03:00
Tests for #205
This commit is contained in:
parent
2402978c3a
commit
86b61ce2fc
3 changed files with 22 additions and 0 deletions
8
tests/allman/issue0205.d.ref
Normal file
8
tests/allman/issue0205.d.ref
Normal file
|
@ -0,0 +1,8 @@
|
|||
unittest
|
||||
{
|
||||
asm
|
||||
{
|
||||
}
|
||||
d[] = a[];
|
||||
c[] = d[];
|
||||
}
|
8
tests/issue0205.d
Normal file
8
tests/issue0205.d
Normal file
|
@ -0,0 +1,8 @@
|
|||
unittest
|
||||
{
|
||||
asm
|
||||
{
|
||||
}
|
||||
d[] = a[];
|
||||
c[] = d[];
|
||||
}
|
6
tests/otbs/issue0205.d.ref
Normal file
6
tests/otbs/issue0205.d.ref
Normal file
|
@ -0,0 +1,6 @@
|
|||
unittest {
|
||||
asm {
|
||||
}
|
||||
d[] = a[];
|
||||
c[] = d[];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue