Skip to content

Commit

Permalink
CELL_VALUE
Browse files Browse the repository at this point in the history
  • Loading branch information
DomCR committed Nov 27, 2024
1 parent a4f3669 commit 3e5df46
Show file tree
Hide file tree
Showing 4 changed files with 192 additions and 283 deletions.
4 changes: 4 additions & 0 deletions src/ACadSharp.Tests/IO/TableEntityTests.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
using Xunit;
using Xunit.Abstractions;
using ACadSharp.Tests.TestModels;
using ACadSharp.Entities;
using System.Linq;

namespace ACadSharp.Tests.IO
{
Expand All @@ -22,6 +24,8 @@ public TableEntityTests(ITestOutputHelper output) : base(output)
public void TableEntityDwg(FileModel test)
{
CadDocument doc = this.readDocument(test);

TableEntity table = (TableEntity)doc.Entities.First();
}
}
}
Loading

0 comments on commit 3e5df46

Please sign in to comment.