#!/bin/bash # Test script for SubConverter-Go set -e echo "🧪 Running all tests..." go test -v ./... echo "✅ All tests passed!"