From 48fa72e999c1f967447e2d02a1f1f2fee40d0678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD=D0=BE=D0=B2=20=D0=94=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D1=81?= Date: Wed, 27 Jan 2021 17:55:22 +0300 Subject: [PATCH] Improved rendering for some formats. Shebang processing is fixed #39 --- tests/templates/format/test_raw.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/templates/format/test_raw.py b/tests/templates/format/test_raw.py index 949cce3..2676318 100644 --- a/tests/templates/format/test_raw.py +++ b/tests/templates/format/test_raw.py @@ -220,10 +220,11 @@ exit 0 #------------------------------------------------------------------------------- echo "message_1"''' - template_text_1 = '''echo "message_2" + template_text_1 = '''#!/bin/babash +echo "message_2" exit 0''' - output = '''#!/bin/bash + output = '''#!/bin/babash #------------------------------------------------------------------------------- # Modified by Calculate Utilities 4.0 # Processed template files: