mirror of
https://github.com/unidoc/unipdf.git
synced 2025-05-02 22:17:06 +08:00
11 lines
265 B
Go
11 lines
265 B
Go
![]() |
package segments
|
||
|
|
||
|
import (
|
||
|
"testing"
|
||
|
)
|
||
|
|
||
|
// TestDecodeGenericRefinementRegion tests the generic refinement regions within the test.
|
||
|
func TestDecodeGenericRefinementRegion(t *testing.T) {
|
||
|
// NOTE(kucjac): no encoded data with generic refinement region found yet.
|
||
|
}
|