Skip to content

Commit

Permalink
Tests whether hidden metadata is shown as "hidden" (#1011)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazarmy authored and radare committed Sep 15, 2017
1 parent fb7d300 commit 621ef75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions t/metadata
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ EXPECT='0x00000000 string[12] "hello_world"
----
0x00000100 data Cd 3
----
0x00000200 string[2] "2"
0x00000200 hidden Ch 2
----
0x00000300 format 4 x
----
Expand All @@ -321,15 +321,15 @@ EXPECT='0x00000000 string[12] "hello_world"
0x00000000 CCu "Hello!"
0x00000100 data Cd 3
0x00000300 format 4 x
0x00000200 string[2] "2"
0x00000200 hidden Ch 2
0x00000380 magic 8 wwww
0x00000000 string[12] "hello_world"
----
Cs 12 @ 0x00000000 # hello_world
----
Cd 3 @ 0x00000100
----
Ch 2 @ 0x00000200 # 2
Ch 2 @ 0x00000200
----
Cf 4 x @ 0x00000300
----
Expand All @@ -340,7 +340,7 @@ Cm 8 wwww @ 0x00000380
CCu base64:SGVsbG8h @ 0x00000000
Cd 3 @ 0x00000100
Cf 4 x @ 0x00000300
Ch 2 @ 0x00000200 # 2
Ch 2 @ 0x00000200
Cm 8 wwww @ 0x00000380
Cs 12 @ 0x00000000 # hello_world
'
Expand Down

0 comments on commit 621ef75

Please sign in to comment.