wpilibsuite / ntcore

NetworkTables Core Library (ARCHIVED, merged into allwpilib)
Other
39 stars 28 forks source link

GetTable("") and GetTable("/") should be equivalent #189

Closed PeterJohnson closed 7 years ago

PeterJohnson commented 7 years ago

Currently GetTable("/") results in adding an extra leading slash to any keys. It should instead return the same thing that GetTable("") returns.

PeterJohnson commented 7 years ago

Fixed by #204.