Sha256: 44a9432a18bf24289aa7e96451f4f79e58a39f3098990d40bb8574d2f713af6b
Contents?: true
Size: 549 Bytes
Versions: 9
Compression:
Stored size: 549 Bytes
Contents
# coding: utf-8 @ruby19 Feature: Fix the column width for multibyte character Scenario: A simple array of hashes Given a variable named data with |title | author | |これは日本語です。| 山田太郎 | |English | Bob | When I configure multibyte with true When I table_print data Then the output should contain """ TITLE | AUTHOR -------------------|--------- これは日本語です。 | 山田太郎 English | Bob """
Version data entries
9 entries across 9 versions & 1 rubygems