Skip to content

Commit

Permalink
Yang 1.1 parses properly now.
Browse files Browse the repository at this point in the history
  • Loading branch information
carl-andersson-at-westermo committed May 17, 2024
1 parent f87fa4d commit 4147132
Show file tree
Hide file tree
Showing 132 changed files with 407 additions and 22,264 deletions.
4 changes: 4 additions & 0 deletions Compiler.Tests/Compiler.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,8 @@
<Content Include="lin.yang" CopyToOutputDirectory="Always"/>
</ItemGroup>

<ItemGroup>
<Content Include="[email protected]" CopyToOutputDirectory="Always"/>
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Compiler.Tests/ParsingTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class ParsingTests(ITestOutputHelper output)
[Fact]
public void IetfYangLibrary()
{
var result = Parser.Parse("memory", File.ReadAllText("lin.yang"));
var result = Parser.Parse("memory", File.ReadAllText("ietf-inet-types@2013-07-15.yang"));
var statements = StatementFactory.Create(result);
Print(statements);
}
Expand Down
File renamed without changes.
120 changes: 0 additions & 120 deletions TestData/YangSource/[email protected]

This file was deleted.

176 changes: 0 additions & 176 deletions TestData/YangSource/[email protected]

This file was deleted.

Loading

0 comments on commit 4147132

Please sign in to comment.