-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing node to be inserted is from a different document context big.
- Loading branch information
1 parent
0bf40c4
commit 42acbe8
Showing
4 changed files
with
32 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,5 @@ build | |
[Db]ebug*/ | ||
obj/ | ||
[Rr]elease*/ | ||
_ReSharper*/ | ||
_ReSharper*/ | ||
*.vs10x |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" ?> | ||
<project name="duplicate-test" xmlns="http://nant.sf.net/schemas/nant.xsd"> | ||
<loadtasks assembly="../build/Macrodef.dll" verbose="true" /> | ||
|
||
<macrodef name="elements-context-test"> | ||
<elements> | ||
<element name="test-element"/> | ||
</elements> | ||
<sequential> | ||
<test-element/> | ||
</sequential> | ||
</macrodef> | ||
</project> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters